Information about plays

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

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

{
    "id": 3542233,
    "uri": "https://api.kexp.org/v2/plays/3542233/?format=api",
    "airdate": "2025-08-19T22:53:00-07:00",
    "show": 64335,
    "show_uri": "https://api.kexp.org/v2/shows/64335/?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": "Finer",
    "track_id": null,
    "recording_id": "6ecd557e-9b57-4ad9-8f0a-f027653bccc6",
    "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": true,
    "is_live": false,
    "comment": "Musical Firsts Series feature: What favorite band or artist did you discover on KEXP? Tierna from Shoreline says her first ones were \"Mazzy Star, Morcheeba, Nightmares on Wax - so many - how to decide?\"\n\nhttp://www.nightmaresonwax.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}