I've inherited a database of Soundcloud IDs and would like to build a page linking to each track on Soundcloud. Is it possible to link to a track on the Soundcloud website using only its ID e.g.
http://www.soundcloud.com/tracks/{trackId}
The website seems to use the format:
http://www.soundcloud.com/{user}/{trackname}
but I don't have either of those.