The following works very nicely to determine the length of various audio/video files:
mplayer -identify file.ogg 2>/dev/null | grep ID_LENGTH
Download your .mp3 file, play it with your Player (ex. Windows Media Player) and the player will show the total time at the end of play.