Artist Data Type
From MeeMixWiki
Overview
The artist data type represents mandatory artist information.
The artist data type has the following fields:
| Name | Type | Description |
|---|---|---|
| libArtistId | string | your own local artist identifier, previously supplied with lib.submitTrack. |
| artistId | string | the artist ID in MeeMix. |
| artistName | string | the artist name. |
| links | array(Link) | associates additional artist information (e.g, events). This information will be sent in any operation that returns an Artist reply. |
Example:
<artist>
<artistId>598</artistId>
<libArtistId>598</libArtistId>
<artistName>Nine Inch Nails</artistName>
<links>
<link>
<linkId>1088076</linkId>
<linkType>event</linkType>
<linkData>
http://tickets.meemix.com/ResultsTicket.aspx?evtid=1088076
</linkData>
</link>
</links>
</artist>
