Artist
data class Artist(externalUrlsString: Map<String, String>, href: String, id: String, uri: ArtistUri, followers: Followers, genres: List<String>, images: List<SpotifyImage>, name: String, popularity: Int, type: String) : CoreObject
Content copied to clipboard
Represents an Artist (distinct from a regular user) on Spotify
Parameters
followers
Information about the followers of the artist.
genres
A list of the genres the artist is associated with. For example: "Prog Rock" , "Post-Grunge". (If not yet classified, the array is empty.)
href
A link to the Web API endpoint providing full details of the artist.
id
The Spotify ID for the artist.
images
Images of the artist in various sizes, widest first.
name
The name of the artist
popularity
The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist’s popularity is calculated from the popularity of all the artist’s tracks.
type
The object type: "artist"
Constructors
Artist
Link copied to clipboard
Functions
component10
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
getMembersThatNeedApiInstantiation
Link copied to clipboard
Properties
api
Link copied to clipboard
externalUrls
Link copied to clipboard
images
Link copied to clipboard
popularity
Link copied to clipboard
Sources
(source)
Link copied to clipboard