I am trying to specify an id space and a bucket using one or two different url params, but can't seem to figure it out.
It seems the following link is the only way that works, but it specifies 'bucket=' twice.
developer.echonest.com/api/v4/song/profile?api_key=[MY API KEY]&format=json&results=1&id=SOHJOLH12A6310DFE5&bucket=id:7digital-US&bucket=tracks
Is the API intentionally designed this way?
I tried commas, but no luck:
developer.echonest.com/api/v4/song/profile?api_key=[MY API KEY]&format=json&results=1&id=SOHJOLH12A6310DFE5&bucket=id:7digital-US,tracks