Chapel of Love Mix
Consuasor thermae taceo vae utrimque solus spoliatio caecus contigo teneo xiphias atrocitas.
playlists / #74
Consuasor thermae taceo vae utrimque solus spoliatio caecus contigo teneo xiphias atrocitas.
Chapel of Love Mix
curl -sS \
"https://example-data.com/api/v1/playlists/74" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/74"
);
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/74"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/74"
)
playlist = res.json() {
"id": 74,
"userId": 155,
"name": "Chapel of Love Mix",
"slug": "chapel-of-love-mix-74",
"description": "Consuasor thermae taceo vae utrimque solus spoliatio caecus contigo teneo xiphias atrocitas.",
"songIds": [
1567,
479,
2452,
2373,
870,
2830,
2517,
1400,
589,
2142,
1376,
1208,
2921,
1726,
2128,
829,
2635,
463,
2019,
2877,
125,
107,
2475,
2695,
2136,
645,
307,
2596,
2795,
2914,
475,
2822,
1436,
357,
1194,
73,
502,
526,
995,
999,
2132,
586,
283,
1203,
23,
2510,
1940,
2240,
2013
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-74/500/500",
"createdAt": "2024-09-15T03:47:31.375Z",
"updatedAt": "2024-09-22T05:15:48.674Z"
}