Information about plays

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

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

{
    "id": 3545625,
    "uri": "https://api.kexp.org/v2/plays/3545625/?format=api",
    "airdate": "2025-08-27T21:40:55-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/625770dc-2bd0-46ed-a6fb-b30aadb00bf0/22169565412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/625770dc-2bd0-46ed-a6fb-b30aadb00bf0/22169565412-250.jpg",
    "song": "Birth of Creation",
    "track_id": null,
    "recording_id": "ea7e47c7-3723-46cd-9938-3db7469d98bd",
    "artist": "The Comet Is Coming",
    "artist_ids": [
        "2b82372f-8c85-4b47-a9fc-36fe4d4df5b4"
    ],
    "album": "Trust in the Lifeforce of the Deep Mystery",
    "release_id": null,
    "release_group_id": "1e4899d0-6ee0-499d-85e5-2d248dfe1023",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2019-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "HELLA SPACE JAZZ\n\nThe Comet Is Coming are a London-based band who incorporate elements of jazz, electronica, funk and psychedelic rock. They are composed of saxophonist Shabaka Hutchings, aka King Shabaka, keyboardist Dan Leavers, aka Danalogue, and drummer Max Hallett, aka Betamax.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}