# AiringSchedule

Media Airing Schedule. NOTE: We only aim to guarantee that FUTURE airing data is present and accurate.

| Field               |                                                                                            Argument | Type                                         | Description |
| ------------------- | --------------------------------------------------------------------------------------------------: | -------------------------------------------- | ----------- |
| **id**              |    [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | The id of the airing schedule item           |             |
| **airingAt**        |    [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | The time the episode airs at                 |             |
| **timeUntilAiring** |    [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | Seconds until episode starts airing          |             |
| **episode**         |    [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | The airing episode number                    |             |
| **mediaId**         |    [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | The associate media id of the airing episode |             |
| **media**           | [Media](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/media/README.md) | The associate media of the airing episode    |             |
