Common/name/v1.1/CreditArtist

Jump to: navigation, search

CreditArtist

Contains information about an artist in a musical work.

Elements

NameTypeDescription
id string Database ID of the artist.
name string Name of the artist.

XML Response Example

<CreditArtist>
  <id>MN0000286115</id>
  <name>Lorrie Morgan</name>
</CreditArtist>

JSON Response Example

{
  "id":"MN0000286115",
  "name":"Lorrie Morgan"
}
 
Personal tools