I've been working on a Python script to query MusicBrainz to get the earliest release date. I've hit a snag which makes me wonder if it's going to be 100% accurate. The problem that I hit is with the song "Blue Monday" by New Order. The correct answer is 1983, when the single was released. I have yet to programmatically retrieve that answer. Even when searching MB by hand, drilling down the band's releases, it requires some effort to find that correct date. I have not yet been able to produce an advanced query that lists that on the first page of results.
It's certainly in the MB database: http://musicbrainz.org/release-group/26 ... 2745799aec
But finding that in a query has eluded me.
If you manage to create a query to find it, please let me know. I may be missing something completely.

