volkerdassler - the best way to ensure no duplicates is to use the playlist API. For example:
http://developer.echonest.com/api/v4/playlist/static?api_key=YOUR_API_KEY&artist=radiohead&sort=song_hotttnesss-desc
will return a unique set of songs by radiohead, roughly sorted by descending hotttnesss.
Paul