getEpisodes

suspend fun getEpisodes(vararg ids: String): List<Episode?>(source)

Get Spotify catalog information for multiple episodes based on their Spotify IDs. The Market associated with the user account will be used.

**Invalid episode ids will result in a BadRequestException

Reading the user’s resume points on episode objects requires the SpotifyScope.UserReadPlaybackPosition scope

Api Reference

Return

List of possibly-null Episode objects.

Parameters

ids

The id or uri for the episodes. Maximum 50.

Throws

If any invalid show id is provided