Spinning Wheel Mix
Summisse administratio aequus canis officiis bestia calco thema conicio cohaero.
playlists / #15
Summisse administratio aequus canis officiis bestia calco thema conicio cohaero.
Spinning Wheel Mix
curl -sS \
"https://example-data.com/api/v1/playlists/15" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/15"
);
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/15"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/15"
)
playlist = res.json() {
"id": 15,
"userId": 117,
"name": "Spinning Wheel Mix",
"slug": "spinning-wheel-mix-15",
"description": "Summisse administratio aequus canis officiis bestia calco thema conicio cohaero.",
"songIds": [
1517,
2656,
1509,
237,
2169,
95,
730,
1107,
690,
1873,
1575,
1678,
1108,
272,
2012,
1445,
2746,
653,
2196,
695,
22,
2043,
292,
1432,
2834,
2545,
2580,
2171,
534,
1955,
57,
1998,
405,
2447,
1677,
2534,
2151,
2598,
1035,
2705,
1143,
1749,
433,
324,
1,
385,
1601,
1442,
1491,
2285
],
"isPublic": false,
"coverUrl": "https://picsum.photos/seed/playlist-15/500/500",
"createdAt": "2026-03-06T00:47:31.660Z",
"updatedAt": "2026-03-10T07:58:30.425Z"
}