ReleaseArtist Object
Description
Artist information associated with a release.
Declaration
type ReleaseArtist {
id: Float
anv: String
name: String
role: String
join: String
}
Fields
| Name | Type | Description |
|---|---|---|
id | Float | External identifier for the artist from the marketplace system. |
anv | String | Artist name variation (ANV - Artist Name Variation). |
name | String | Artist name. |
role | String | Role of the artist on this release (e.g., "Producer", "Remix"). |
join | String | Join phrase connecting multiple artists (e.g., "&", "feat."). |