Yank upcoming shows from myspace band profile

I want to write a script to get the upcoming shows from a myspace band profile, and display that text on my site so it will update whenever that band updates their upcoming shows. Is this possible? I have discovered that this link will get you a given profile’s upcoming shows(with different IDs and whatnot):

http://collect.myspace.com/index.cfm?fuseaction=bandprofile.listAllShows&friendid=52111198&n=Fighter+X

I can’t use PHP’s fopen() because my server has that function disabled to work with URLs, as do most servers, and I can’t presently change the INI file.

Any ideas?