TomTasche
TomTasche

Reputation: 5526

Get play count of a track from Spotify API

Is it possible to get the play count of a song (for the current user)? I only found Toplist and the Track class, but neither tells me how often a user listened to a song.

Upvotes: 25

Views: 25920

Answers (3)

LucasMoore
LucasMoore

Reputation: 51

This is not possible through the Spotify API right now. The Last.fm API does offer information similar to this, as a potential work-around.

Upvotes: 5

Joshua Dance
Joshua Dance

Reputation: 10472

Marked as not right now on the Spotify support site.

http://community.spotify.com/t5/Spotify-Ideas/Personal-play-count-for-songs/idi-p/506618

However, this article from 538 a journalist got a look at Nestify where that information is available.

I would assume that the information would eventually be made available via the API.

Upvotes: 3

José M. Pérez
José M. Pérez

Reputation: 3279

As far as I know there is no way to retrieve that data at the moment.

Upvotes: 12

Related Questions