Simplified Track Object
constructor(artists: List<SimplifiedArtistObject> = emptyList(), availableMarkets: List<String> = emptyList(), discNumber: Int? = null, durationMs: Int? = null, explicit: Boolean? = null, externalUrls: ExternalUrls? = null, href: String? = null, id: String? = null, isPlayable: Boolean? = null, linkedFrom: LinkedFrom? = null, restrictions: Restrictions? = null, name: String? = null, previewUrl: String? = null, trackNumber: Int? = null, type: String? = null, uri: String? = null, isLocal: Boolean = false)