Papa Was a Rolling Stone Mix
Aestas volutabrum nulla addo ea confugo vester.
playlists / #177
Aestas volutabrum nulla addo ea confugo vester.
Papa Was a Rolling Stone Mix
curl -sS \
"https://example-data.com/api/v1/playlists/177" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/177"
);
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/177"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/177"
)
playlist = res.json() {
"id": 177,
"userId": 167,
"name": "Papa Was a Rolling Stone Mix",
"slug": "papa-was-a-rolling-stone-mix-177",
"description": "Aestas volutabrum nulla addo ea confugo vester.",
"songIds": [
247,
24,
2975,
2015,
401,
466,
968,
1020,
157,
1047,
1144,
1652,
675,
720,
603,
641,
1551,
2054,
1849,
1297,
2152,
35,
1419,
2476,
606,
1187,
1339,
2834,
1136,
277,
261,
1072,
2805,
1927,
793,
2539,
2688,
993,
2562,
2167,
1116,
1188,
1004,
1631,
30,
2568
],
"isPublic": false,
"coverUrl": "https://picsum.photos/seed/playlist-177/500/500",
"createdAt": "2025-07-16T19:47:42.215Z",
"updatedAt": "2025-08-06T09:46:22.103Z"
}