Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3657003/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3657003,
    "uri": "https://api.kexp.org/v2/plays/3657003/?format=api",
    "airdate": "2026-05-19T23:18:52-07:00",
    "show": 66763,
    "show_uri": "https://api.kexp.org/v2/shows/66763/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2/mbid-12d72770-9e5c-48ab-b7de-d31ea42692a2-41625842478_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Day One",
    "track_id": "3cb8110e-e8f9-4864-9a3c-cdda93d29e2b",
    "recording_id": "bd446ca2-3fcf-4cd6-a64f-f851a70b3584",
    "artist": "Bon Iver, Dijon & Flock of Dimes",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc",
        "cceea21d-f3ec-4586-be7a-d2e939c15c78",
        "4ecf50fc-b788-4d67-9972-ff6e1aed5295"
    ],
    "album": "SABLE, fABLE",
    "release_id": "12d72770-9e5c-48ab-b7de-d31ea42692a2",
    "release_group_id": "4843294e-a8ab-4a39-864b-36faa09a2dd8",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}