Information about plays

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

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

{
    "id": 3561557,
    "uri": "https://api.kexp.org/v2/plays/3561557/?format=api",
    "airdate": "2025-10-05T07:34:10-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/b233430b-4d27-4994-b32e-114c6966e895/6927015224-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b233430b-4d27-4994-b32e-114c6966e895/6927015224-250.jpg",
    "song": "Les Nuits",
    "track_id": null,
    "recording_id": "67240386-0f5d-4592-ad63-e94797d0473d",
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Carboot Soul",
    "release_id": null,
    "release_group_id": "db6eedd9-46ab-35f4-a3dd-c4eb30bd0716",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1999-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'ya know what's NOT a nightmare? KEXP live in-studio sessions pressed to wax for the new Vinyl Club (check it out here) - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}