# Playlists API
DEPRECATED
This functionality is no longer supported. Documentation exists for reference only.
Last.fm playlists do not contain streaming content.
# Fetching Last.fm Playlists
Use the (削除) playlist.fetch (削除ここまで) method call to fetch XSPF (opens new window) playlists. XSPF is a web standard for sharable playlists, and XSPF libraries (opens new window) are available in several languages. (削除) playlist.fetch (削除ここまで) takes a `lastfm' protocol URL as an argument; this identifies the playlist you're requesting. The following protocol url schemes are currently supported:
- Album Playlists
lastfm://playlist/album/<album_id> - User Playlists
lastfm://playlist/<playlist_id> - Tag Playlists
lastfm://playlist/tag/<tag_name>/freetracks
# Playback
If you'd like to add play links to your playlist you can link to the Last.fm track page (which will be present in the XSPF extension node), appending '?autostart' to the URL.