example-data.com

playlists / #61

Blurred Lines Mix

Blurred Lines Mix

Cultura cur labore acsi cena terra deripio tergo aetas verbera commodi.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/61"
)
playlist = res.json()
{
  "id": 61,
  "userId": 25,
  "name": "Blurred Lines Mix",
  "slug": "blurred-lines-mix-61",
  "description": "Cultura cur labore acsi cena terra deripio tergo aetas verbera commodi.",
  "songIds": [
    2609,
    2705,
    2709,
    894,
    2047,
    1718,
    765,
    906,
    1670,
    1899,
    2726,
    2285,
    2651,
    2628,
    2267,
    2835,
    244,
    1925,
    2724,
    623,
    1938,
    912,
    1998
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-61/500/500",
  "createdAt": "2025-12-07T15:37:00.465Z",
  "updatedAt": "2025-12-15T21:16:23.419Z"
}
Draftbit