spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
981 stars 79 forks source link

Show if a release is "windowed" and for what time period. #849

Open hmhrex opened 6 years ago

hmhrex commented 6 years ago

Now that the first "windowed" release has arrived, it would be nice to be able to have that information when getting an album's metadata. I would like to be able to visually show my users that a release can only be listened to if they are a Spotify subscriber.

I know at the moment it seems that it's only for the first 2 weeks of an albums release, but it might be nice to be able to see actual dates, and not just a "window": "true" key:value pair.

I envision it being shown with a simple "window" object like so:

"window": {
  "begin": "2018-04-13",
  "end": "2018-04-27"
}

I'm open to ideas and suggestions of what that would look like, but I do think we need some way of seeing this from the API.

arirawr commented 6 years ago

Thanks for the request! We'll post here if there are any updates.