Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

audioPreviewUrl

audioPreviewUrl: null | string

A URL to a 30 second preview (MP3 format) of the episode. null if not available

client

client: Client

The client that instantiated this class

description

description: string

A description of the episode

duration

duration: number

The episode length in milliseconds

explicit

explicit: boolean

Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown)

externalUrls

externalUrls: ExternalUrl

External URLs for this episode

href

href: string

A link to the Web API endpoint providing full details of the episode

htmlDescription

htmlDescription: string

A description of the episode. This field may contain HTML tags

id

id: string

The Spotify ID of the structure

images

images: Image[]

The cover art for the episode in various sizes, widest first

isExternallyHosted

isExternallyHosted: boolean

True if the episode is hosted outside of Spotify’s CDN

isPlayable

isPlayable: boolean

True if the episode is playable in the given market. Otherwise false

language

language: string

The language used in the episode, identified by a ISO 639 code

⚠️Note: This field is deprecated and might be removed in the future. Please use the languages field instead

languages

languages: string[]

A list of the languages used in the episode, identified by their ISO 639 code

name

name: string

The name of the episode

rawObjectType

rawObjectType: string

The object type: episode

releaseDate

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

releaseDatePrecision: string

The precision with which releaseDate value is known: year, month, or day

restrictions

restrictions: null | EpisodeRestriction

Included in the response when a content restriction is applied

resumePoint

resumePoint: any

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

show

The show on which the episode belongs

uri

uri: string

The Spotify URI for the episode

Legend

  • Constructor
  • Property
  • Method
  • Constructor
  • Property
  • Inherited property
  • Inherited method
  • Protected property
  • Protected method
  • Private property
  • Private method

Generated using TypeDoc