We Built This City Mix
Tres video aeger caveo decretum debilito sum ambulo clementia arbitro.
playlists / #26
Tres video aeger caveo decretum debilito sum ambulo clementia arbitro.
We Built This City Mix
curl -sS \
"https://example-data.com/api/v1/playlists/26" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/26"
);
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/26"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/26"
)
playlist = res.json() {
"id": 26,
"userId": 14,
"name": "We Built This City Mix",
"slug": "we-built-this-city-mix-26",
"description": "Tres video aeger caveo decretum debilito sum ambulo clementia arbitro.",
"songIds": [
44,
1984,
1905,
2843,
682,
1109,
361,
1978,
2005,
1356,
161,
1907,
2277,
597,
144,
1379,
840,
592,
542,
2938,
2374,
271,
1853,
999,
1164,
826,
2351,
940,
2753,
157,
2429,
2090,
92,
1130,
1231,
1977,
1213,
2431,
2681,
1120,
2611,
1004
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-26/500/500",
"createdAt": "2024-09-18T00:51:00.197Z",
"updatedAt": "2024-10-12T12:01:03.614Z"
}