Skip to main content

StationShow

Show metadata overrides for specific stations.

Overrides source and global show metadata.

More detailed documentation about fields used from this type is available on the NormalizedShow type.

type StationShow {
contentRating: ContentRating
createdAt: DateTime!
creators: [Role]!
descriptionLong: String
descriptionShort: String
exclude: Boolean
featuredPublicVideo: Video
featuredPublicVideoId: String
featuredVideo: Video
featuredVideoId: String
genreVibes: [GenreVibe]!
genreVibesExcluded: [GenreVibe]!
hasSubtitles: Boolean
id: String!
images: [JSON]!
language: String
localOriginal: Boolean
productionLocale: String
seasonPremiereMode: Boolean
show: Show!
showId: String!
showType: ShowType
sort: EpisodesSortOrder
station: Station!
stationId: UUID!
title: String
trailer: Video
trailerId: String
tvScheduleIds: [String]!
upNextDuration: Int
upNextStart: Int
updatedAt: DateTime!
}

Fields

StationShow.contentRating ● ContentRating enum references

StationShow.createdAt ● DateTime! non-null scalar references

StationShow.creators ● [Role]! non-null object references

StationShow.descriptionLong ● String scalar references

StationShow.descriptionShort ● String scalar references

StationShow.exclude ● Boolean scalar references

Whether this show has been excluded from availability by the station.

StationShow.featuredPublicVideo ● Video object references

StationShow.featuredPublicVideoId ● String scalar references

StationShow.featuredVideo ● Video object references

StationShow.featuredVideoId ● String scalar references

StationShow.genreVibes ● [GenreVibe]! non-null object references

StationShow.genreVibesExcluded ● [GenreVibe]! non-null object references

StationShow.hasSubtitles ● Boolean scalar references

StationShow.id ● String! non-null scalar references

StationShow.images ● [JSON]! non-null scalar references

StationShow.language ● String scalar references

StationShow.localOriginal ● Boolean scalar references

StationShow.productionLocale ● String scalar references

StationShow.seasonPremiereMode ● Boolean scalar references

StationShow.show ● Show! non-null object references

StationShow.showId ● String! non-null scalar references

StationShow.showType ● ShowType enum references

StationShow.sort ● EpisodesSortOrder enum references

StationShow.station ● Station! non-null object references

StationShow.stationId ● UUID! non-null scalar references

StationShow.title ● String scalar references

StationShow.trailer ● Video object references

StationShow.trailerId ● String scalar references

StationShow.tvScheduleIds ● [String]! non-null scalar references

StationShow.upNextDuration ● Int scalar references

StationShow.upNextStart ● Int scalar references

StationShow.updatedAt ● DateTime! non-null scalar references

Returned By

addStationShowExcludeGenreVibes mutation ● addStationShowGenreVibes mutation ● addStationShowRoles mutation ● createStationShow mutation ● deleteStationShow mutation ● includeStationShowGenreVibes mutation ● removeStationShowGenreVibes mutation ● removeStationShowRoles mutation ● stationShow query ● stationShows query ● updateStationShow mutation

Member Of

GenreVibe object ● Role object ● Show object ● Station object ● Video object