Get a list of the recent tracks listened to by this user. Also includes the currently playing track with the nowplaying="true" attribute if the user is currently listening.
limit (Optional) : The number of results to fetch per page. Defaults to 50. Maximum is 200. user (Required) : The last.fm username to fetch the recent tracks of. page (Optional) : The page number to fetch. Defaults to first page. from (Optional) : Beginning timestamp of a range - only display scrobbles after this time, in UNIX timestamp format (integer number of seconds since 00:00:00, January 1st 1970 UTC). This must be in the UTC time zone. extended (0|1) (Optional) : Includes extended data in each artist, and whether or not the user has loved each track to (Optional) : End timestamp of a range - only display scrobbles before this time, in UNIX timestamp format (integer number of seconds since 00:00:00, January 1st 1970 UTC). This must be in the UTC time zone. api_key (Required) : A Last.fm API key.
<recenttracksuser="RJ"page="1"perPage="10"totalPages="3019"><tracknowplaying="true"><artistmbid="2f9ecbed-27be-40e6-abca-6de49d50299e">Aretha Franklin</artist><name>Sisters Are Doing It For Themselves</name><mbid/><albummbid=""/><url>www.last.fm/music/Aretha+Franklin/_/Sisters+Are+Doing+It+For+Themselves</url><dateuts="1213031819">9 Jun 2008, 17:16</date><streamable>1</streamable></track>
...
</recenttracks>