example-data.com

playlists / #197

Higher Love Mix

Higher Love Mix

Inflammatio vel recusandae vinculum summopere collum admoveo.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/playlists/197" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/playlists/197"
);
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/197"
);
const playlist = (await res.json()) as Playlist;
import requests

res = requests.get(
    "https://example-data.com/api/v1/playlists/197"
)
playlist = res.json()
{
  "id": 197,
  "userId": 16,
  "name": "Higher Love Mix",
  "slug": "higher-love-mix-197",
  "description": "Inflammatio vel recusandae vinculum summopere collum admoveo.",
  "songIds": [
    2134,
    2840,
    2481,
    2537,
    837,
    1705,
    2143,
    2572,
    2884,
    2248,
    1828,
    117,
    1081,
    1421,
    803,
    1349,
    652,
    30,
    369,
    598,
    2711,
    1681,
    1650,
    505,
    341,
    2072,
    697,
    1118,
    1268,
    668,
    2815
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-197/500/500",
  "createdAt": "2026-01-20T10:48:31.312Z",
  "updatedAt": "2026-02-13T19:31:41.432Z"
}
Draftbit