V9.Common:GridAiring

Jump to: navigation, search

GridAiring

Contains information about a broadcast program.

Elements

NameTypeDescription
AiringTime DateTime Time the program starts.
AiringType AiringType Type of broadcast.
Category ProgramCategory Category of television program: news, movie, sports, etc.
CC Boolean Whether the program offers closed captioning: true or false.
Color 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.
Duration Integer Length of the program in minutes.
DVS Boolean Whether the program is broadcast with a video description for the visually impaired: true or false. DVS stands for Descriptive Video Service.
EpisodeTitle String Title of an episode in less than 50 characters. This property is returned only for programs that have episode titles.
HD Boolean Whether the program is broadcast in high definition: true or false.
HDLevel HighDefinitionLevel The high definition format the program is broadcast in.
Letterbox Boolean Whether the program is available in letterbox format: true or false.
MovieRating Rating MPAA rating of a movie. This property is returned only for a movie.
ProgramId String ID for the program in less than 10 characters.
SAP Boolean Whether the program offers a secondary audio track: true or false.
SeriesId String ID of the series in less than 10 characters. This element is returned only for programs in a series.
Sports Boolean Whether the program is a sports show: true or false.
Stereo Boolean Whether the program is broadcast on the channel in stereo: true or false.
Subcategory String Subcategory of television program: crime drama, animated comedy, etc.
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.
TVRating Rating Television parental rating of the program.

XML Response Example

<GridAiring ProgramId="10317621" Title="Mammoth" AiringTime="2011-03-02T23:50:00Z" Duration="130"
  Color="Color" AiringType="Unknown" CC="true" LetterBox="false" Stereo="true" HD="false"
  SAP="false" TVRating="TV-MA@LS" MovieRating="NR" Dolby="false" DSS="false" HDLevel="HD Level
  Unknown" DVS="false" Category="Movie" Subcategory="drama" Sports="false"/>

<GridAiring ProgramId="4532162" SeriesId="3899277" Title="Two and a Half Men" EpisodeTitle="That
  Old Hose Bag Is My Mother" AiringTime="2011-03-03T02:00:00Z" Duration="30" Color="Color"

  AiringType="Unknown" CC="true" LetterBox="false" Stereo="true" HD="true" SAP="false"
  TVRating="TV-14@DL" Dolby="false" DSS="false" HDLevel="720p" DVS="false" Category="Other"
  Subcategory="comedy" Sports="false"/>

JSON Response Example

JSON responses are available from our REST TV Listings service.
     {
        "ProgramId":"11036127",
        "SeriesId":"5186586",
        "Title":"Ladette to Lady",
        "AiringTime":"2011-03-03T02:00:00Z",
        "Duration":"60",
        "Color":"Color",
        "AiringType":"Unknown",
        "CC":"true",
        "LetterBox":"false",
        "Stereo":"false",
        "HD":"false",
        "SAP":"false",
        "TVRating":"TV-14",
        "Dolby":"false",
        "DSS":"false",
        "HDLevel":"HD Level Unknown",
        "DVS":"false",
        "Category":"Other",
        "Subcategory":"reality",
        "Sports":"false"
     }
 
Personal tools