Reputation: 953
I am getting the total play count of a track using Sound Cloud API. I am just wondering if there is a way to get daily play count and/or weekly play count.
If its not possible is there a work around which i can implement.
Upvotes: 1
Views: 487
Reputation: 171
The SoundCloud API offers a /tracks resource that displays a single track's "playback_count" (total number of plays). The API documentation does not specify a way to obtain the daily play count and/or weekly play count.
Some suggestions for implementing your idea:
Cheers!
Upvotes: 1