ItemReleaseTrackArtistInput Input
Description
Input fields for track artist information, used when specifying artists for individual tracks on a release.
Declaration
input ItemReleaseTrackArtistInput {
id: Long
anv: String
name: String
role: String
}
Fields
| Name | Type | Description |
|---|---|---|
id | Long | Discogs artist ID. This is a Discogs identifier, not an internal database ID. |
anv | String | Artist name variation (ANV) as it appears on the release, if different from the main artist name. |
name | String | Artist name as it appears on the release. |
role | String | Role of the artist on this track (e.g., "Producer", "Remix", "Featuring", etc.). |