V9.Common:Airing

Jump to: navigation, search

Airing

Contains information about a scheduled program.

Elements

NameTypeDescription
AiringRating Rating Television parental rating of the program.
AiringType AiringType Type of broadcast.
CallLetters String Call letters of the source that provides programming content to the channel, such as MTV2, SHOW, or DISNEY. Limited to fewer than 18 characters.
CC Boolean Whether the program offers closed captioning: true or false.
Channel String Channel number the program is broadcast on.
ChannelSchedule ChannelSchedule [ ] Times a source broadcasts on a channel. If the schedule of the source is 24-hours, no data is returned.
ChannelType ChannelType Type of the channel schedule.
ColorType ColorType Color format of the program.
Dolby Boolean Whether the program is broadcast in Dolby Digital 5.1: true or false.
DSS Boolean Whether the program is broadcast in Dolby Surround Sound (DSS): true or false.
DVS Boolean Whether the program is broadcast with a video description for the visually impaired: true or false. DVS stands for Descriptive Video Service.
EndDateTime Integer Length of the program in minutes.
HD Boolean Whether the program is broadcast in high definition: true or false.
HighDefinitionLevel HighDefinitionLevel The high definition format the program is broadcast in.
IconAvailable Boolean Whether an icon is available for the parent network identified by ParentNetworkId: true or false.
InstanceId Integer Broadcast date in YYYYMMDD format. Returned as an ID only for episodes without episode information.
Letterbox Boolean Whether the program is available in letterbox format: true or false.
ParentNetworkId Integer Database ID of the network that provides programming to the channel. All channels in a network use the same network logo.
ProgramId String ID for the program in less than 10 characters.
ProgramType String The ProgramType consist of one of the these strings : Episode, Series, One Time Only, Movie, Season. If ProgramType returned is "Series" in Airing Object then it means that Cosmo (Content Provider) has scheduled the airing for the Series master as the episode programId is still not in the data source.
SAP Boolean Whether the program offers a secondary audio track: true or false.
SeriesId String ID of the series if the program is an episode, in less than 10 characters. This property is returned only for programs in a series.
ServiceId Integer Database ID of the television service.
ShowingType ShowingType Type of show.
SourceId Integer ID of the source that provides programming content to the channel.
SourceLongName String Full name of the source of the channel content.
SourceName String Display name of the source of the channel content in less than 30 characters.
Sports Boolean Whether the program is a sports show: true or false.
StartDateTime DateTime Time the program starts (in UTC time).
Stereo Boolean Whether the program is broadcast on the channel in stereo: true or false.
Title String Title of the program or, if the program is an episode in a series, the title of the series. Limited to fewer than 256 characters.
TiVoSupported String This property is not currently supported.
TVObjectID String Deprecated program ID with less than 10 characters.
UnknownInstance Boolean Whether episode information is unknown: true or false.

XML Response Example

<Airing>
   <ProgramId>5079742</ProgramId>
   <SeriesId>0</SeriesId>
   <InstanceId>0</InstanceId>
   <UnknownInstance>false</UnknownInstance>
   <TvObjectId>0</TvObjectId>
   <StartDateTime>2011-04-10T03:00:00Z</StartDateTime>
   <Duration>180</Duration>
   <EndDateTime>2011-04-10T06:00:00Z</EndDateTime>
   <AiringType>Repeat</AiringType>
   <ShowingType>Unknown</ShowingType>
   <ColorType>Color</ColorType>
   <AiringRating>TV-14@LV</AiringRating>
   <CC>true</CC>
   <LetterBox>false</LetterBox>
   <Stereo>true</Stereo>
   <SAP>true</SAP>
   <Dolby>true</Dolby>
   <DSS>false</DSS>
   <HD>false</HD>
   <HighDefinitionLevel>HD Level Unknown</HighDefinitionLevel>
   <Sports>false</Sports>
   <DVS>false</DVS>
   <ServiceId>360861</ServiceId>
   <SourceId>5</SourceId>
   <Channel>7</Channel>
   <ChannelType>24-Hours</ChannelType>
   <CallLetters>KABC</CallLetters>
   <SourceName>KABC</SourceName>
   <SourceLongName>KABC</SourceLongName>
   <TivoSupported>true</TivoSupported>
   <ParentNetworkId>0</ParentNetworkId>
   <IconAvailable>true</IconAvailable>
   <ChannelSchedules/>
   <Title>War Of The Worlds</Title>
   <ProgramType>Movie</ProgramType>
</Airing>
 
Personal tools