Looking through the Soundcloud documentation - it doesn\'t appear that you can pull the artist name and the song name separately (or am I missing something?):
http:/
Well the API doesn't give you the fields separately, but depending on your application there might be a way to get that data anyway. I have written a webapp using the Soundcloud API and I am actually extracting the artist name separately. If you're interested, I can tell you howI did it. You need to apply some NLP-tricks and use regular expressions.