get Several Tracks
suspend fun getSeveralTracks(ids: List<String>, market: CountryCode? = null): SpotifyApiResponse<Tracks>
Deprecated
Spotify marks GET /v1/tracks as deprecated.
Gets multiple Spotify tracks by their IDs.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
ids
Spotify IDs of target resources (comma-separated at request time).
market
Market (country) code used to localize and filter content.