Skip to main content

normalizedShow

Gets a normalized show by ID for a given station and country.

One of either slug or id is required.

normalizedShow(
country: CountryCode
id: String
slug: String
stationId: UUID
): NormalizedShow

Arguments

normalizedShow.country ● CountryCode scalar references

normalizedShow.id ● String scalar references

normalizedShow.slug ● String scalar references

normalizedShow.stationId ● UUID scalar references

Type

NormalizedShow object references

Station-normalized data for a show.

The Local Public data model has three types representing a show:

  • PbsShow: Base type, read-only and synced from PBS Media Manager,
  • Show: Global show metadata overriding PbsShow metadata for all stations, and
  • StationShow: Station show metadata overriding Show and PbsShow metadata for individual stations.

The NormalizedShow is a combination of all three types for a specific station and country.