example-data.com

playlists / #71

Harper Valley PTA Mix

Harper Valley PTA Mix

Spes harum damnatio confugo uterque audio vinitor vinitor ad viduo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/71"
)
playlist = res.json()
{
  "id": 71,
  "userId": 3,
  "name": "Harper Valley PTA Mix",
  "slug": "harper-valley-pta-mix-71",
  "description": "Spes harum damnatio confugo uterque audio vinitor vinitor ad viduo.",
  "songIds": [
    639,
    2714,
    850,
    2839,
    1437,
    241,
    689,
    528,
    1429,
    2931,
    1234,
    730,
    1449,
    1559,
    1747,
    769,
    2249,
    887,
    1413,
    1326,
    2207,
    1866,
    1424,
    1668,
    1305,
    2436,
    2006,
    2315,
    691,
    1876,
    871,
    2642,
    2769,
    154,
    520,
    1874,
    585,
    1641,
    38,
    1224,
    2729,
    1399,
    664,
    2376,
    2730
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-71/500/500",
  "createdAt": "2026-03-10T11:59:25.839Z",
  "updatedAt": "2026-03-24T05:02:20.636Z"
}
Draftbit