artists property

List<Artist>? artists
getter/setter pair

The artists who performed the track. Each artist object includes a link in href to more detailed information about the artist.

Implementation

List<Artist>? artists;