V1.Metadata.Common:PerformanceCredit

Jump to: navigation, search

PerformanceCredit

Contains information about a production credit for a classical music performance.

Elements

NameTypeDescription
credit String Role in the production of the performance or album release.
id String Rovi Music Name ID for the person, group, or organization.
name String Name of the person, group, or organization that contributed to the performance.
type String Type of credit:
  • G
Group.
  • I
Individual.
  • O
Organization.
  • U
Unknown.

XML Response Example

<PerformanceCredit>
  <id>MN0000821308</id>
  <name>RCA</name>
  <credit>Record Label</credit>
  <type>O</type>
</PerformanceCredit>

JSON Response Example

{
  "id":"MN0000821308",
  "name":"RCA",
  "credit":"Record Label",
  "type":"O"
}
 
Personal tools