Announcements

Help Wizard

Step 1

NEXT STEP

[Web API] Return record label value for album search results

[Web API] Return record label value for album search results

Album objects in search results don't return "label" value while directly querying a particular album it is returned. Would it be possible to return the record label in search results?

Example search query: 

https://api.spotify.com/v1/search?query=Muse&type=album&offset=0&limit=20

Result json snippet:

...
"name": "Muse", "release_date": "2014-09-02", "release_date_precision": "day", "total_tracks": 11, "type": "album", "uri": "spotify:album:1yTULCIrJxzeaJeaV5BXqp"
...

 

Querying same album:

https://api.spotify.com/v1/albums/1yTULCIrJxzeaJeaV5BXqp

Result snippet:

...
"label": "Polyphia", "name": "Muse", "popularity": 55, "release_date": "2014-09-02", "release_date_precision": "day", "total_tracks": 11,
...


 

Reply
1 Reply

I think it would be awesome to have this, any chance for this being considered?

Suggested posts