example-data.com

playlists / #164

Don't Leave Me This Way Mix

Don't Leave Me This Way Mix

Sumptus color demo utilis thesaurus deduco tam socius deprecator cado blandior.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/playlists/164" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/playlists/164"
);
const playlist = await res.json();
import type { Playlist } from "https://example-data.com/types/playlists.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/playlists/164"
);
const playlist = (await res.json()) as Playlist;
import requests

res = requests.get(
    "https://example-data.com/api/v1/playlists/164"
)
playlist = res.json()
{
  "id": 164,
  "userId": 42,
  "name": "Don't Leave Me This Way Mix",
  "slug": "dont-leave-me-this-way-mix-164",
  "description": "Sumptus color demo utilis thesaurus deduco tam socius deprecator cado blandior.",
  "songIds": [
    529,
    2615,
    2953,
    1154,
    2264,
    1192,
    202,
    253,
    2054,
    334,
    1610,
    2108,
    982,
    1380
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-164/500/500",
  "createdAt": "2026-04-11T05:44:25.425Z",
  "updatedAt": "2026-04-19T04:13:09.546Z"
}
Draftbit