getEpisode

suspend fun getEpisode(id: String, market: CountryCode? = null): SpotifyApiResponse<Episode>

Gets a Spotify episode by episode ID.

Return

Wrapped Spotify API response with status code and parsed Spotify payload.

Parameters

id

Spotify ID of the target resource for this endpoint.

market

Market (country) code used to localize and filter content.