I have a web app that calls the MusicBrainz API to get artist information. I’ve noticed the MusicBrainz web site is able to show the birth city, state, and country for some artists. For example, the entry for Elvis Presley shows he was born in Tupelo, Mississippi. But the artist lookup API doesn’t seem to return any state info, just city and country. I have the right MBID and I’m specifying these includes on the request: ‘tags’, ‘genres’, ‘artist-rels’, ‘url-rels’, ‘place-rels’, ‘annotation’.
My question is, how does the site know he was born in Mississippi, and how can I get that info for any artist?