Thank you for the swift answer!
Perhaps I am doing something wrong, but e.g. requesting the chart topper "Rather Be" like this:
http://developer.echonest.com/api/v4/track/profile?api_key=
gives: "audio_summary": {}
as well as pretty much anything on the Spotify "Top List".
Also, going to Disclosure's artist page, grabbing the Spotify URI for the track "Latch" gives me: spotify:track:51ODNNDZm21HU7wI7cccRr
Followingly I do the query:
http://developer.echonest.com/api/v4/track/profile?api_key=
which returns: "The Identifier specified does not exist"
Perhaps there is some confusion regarding how to use the Spotify URI relative to the spotify-WW id? But for older tracks this way works most of the time...