Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.14 KB

File metadata and controls

26 lines (22 loc) · 2.14 KB

SimplifiedShowObject

Properties

Name Type Description Notes
availableMarkets string A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
copyrights OpenAPI\Server\Model\CopyrightObject The copyright statements of the show.
description string A description of the show. HTML tags are stripped away from this field, use `html_description` field in case HTML tags are needed.
explicit bool Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
externalUrls OpenAPI\Server\Model\ExternalUrlObject External URLs for this show.
href string A link to the Web API endpoint providing full details of the show.
htmlDescription string A description of the show. This field may contain HTML tags.
id string The Spotify ID for the show.
images OpenAPI\Server\Model\ImageObject The cover art for the show in various sizes, widest first.
isExternallyHosted bool True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be `null` in some cases.
languages string A list of the languages used in the show, identified by their ISO 639 code.
mediaType string The media type of the show.
name string The name of the episode.
publisher string The publisher of the show.
totalEpisodes int The total number of episodes in the show.
type string The object type.
uri string The Spotify URI for the show.

[Back to Model list] [Back to API list] [Back to README]