Artist

  • The provided JSON structure represents artist information, including their display name and a unique identifier.

  • The displayName field, a string, holds the name of the artist as it should be displayed.

  • The isni field, also a string, stores the artist's unique identifier.

Info of the artist, such as name and isni.

JSON representation
 { 
 "displayName" 
 : 
 string 
 , 
 "isni" 
 : 
 string 
 } 
Fields
displayName

string

The name of the artist.

isni

string

The unique identifier of the artist.

Design a Mobile Site
View Site in Mobile | Classic
Share by: