Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.92 KB

File metadata and controls

29 lines (25 loc) · 2.92 KB

SimplifiedEpisodeObject

Properties

Name Type Description Notes
audioPreviewUrl string A URL to a 30 second preview (MP3 format) of the episode. `null` if not available.
description string A description of the episode. HTML tags are stripped away from this field, use `html_description` field in case HTML tags are needed.
durationMs int The episode length in milliseconds.
explicit bool Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
externalUrls OpenAPI\Server\Model\ExternalUrlObject External URLs for this episode.
href string A link to the Web API endpoint providing full details of the episode.
htmlDescription string A description of the episode. This field may contain HTML tags.
id string The Spotify ID for the episode.
images OpenAPI\Server\Model\ImageObject The cover art for the episode in various sizes, widest first.
isExternallyHosted bool True if the episode is hosted outside of Spotify's CDN.
isPlayable bool True if the episode is playable in the given market. Otherwise false.
language string The language used in the episode, identified by a ISO 639 code. This field is deprecated and might be removed in the future. Please use the `languages` field instead. [optional]
languages string A list of the languages used in the episode, identified by their ISO 639-1 code.
name string The name of the episode.
releaseDate string The date the episode was first released, for example `"1981-12-15"`. Depending on the precision, it might be shown as `"1981"` or `"1981-12"`.
releaseDatePrecision string The precision with which `release_date` value is known.
restrictions OpenAPI\Server\Model\EpisodeRestrictionObject Included in the response when a content restriction is applied. [optional]
resumePoint OpenAPI\Server\Model\ResumePointObject The user's most recent position in the episode. Set if the supplied access token is a user token and has the scope 'user-read-playback-position'.
type string The object type.
uri string The Spotify URI for the episode.

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