-
Notifications
You must be signed in to change notification settings - Fork 0
Playlist
LakhindarPal edited this page May 12, 2024
·
2 revisions
The Playlist
model represents a Tidal playlist and its associated information.
-
id
(string): The ID of the playlist. -
type
(string): The type of the playlist. -
title
(string): The title of the playlist. -
description
(string): The description of the playlist. -
creator
(ArtistLite): The creator of the playlist. -
createdAt
(string): The creation date of the playlist. -
updatedAt
(string): The last update date of the playlist. -
image
(Image): An object containing URLs to images associated with the playlist. -
size
(number): The number of tracks in the playlist. -
tracks
(Track[]): An array of track objects associated with the playlist.