@iamtraction/play-dl
    Preparing search index...

    Interface AlbumJSON

    interface AlbumJSON {
        artists: SpotifyArtists[];
        copyrights: SpotifyCopyright[];
        id: string;
        name: string;
        release_date: string;
        release_date_precision: string;
        thumbnail: SpotifyThumbnail;
        tracksCount: number;
        type: "playlist" | "track" | "album";
        url: string;
    }
    Index
    artists: SpotifyArtists[]

    Spotify Album artists [ array ]

    copyrights: SpotifyCopyright[]

    Spotify Album copyright data [ array ]

    id: string

    Spotify Album id

    name: string

    Spotify Album Name

    release_date: string

    Spotify Album Release date

    release_date_precision: string

    Spotify Album Release Date precise

    thumbnail: SpotifyThumbnail

    Spotify Album Thumbnail data

    tracksCount: number

    Spotify Album total no of tracks

    type: "playlist" | "track" | "album"

    Spotify Class type. == "album"

    url: string

    Spotify Album url