When I run the script
tell application "iTunes"
set x to name of first track of playlist "Recently Played"
end tell
I get the last track of the playlist. However, Recently Played is the only playlist that does this. All the others work fine. Any ideas?