Information about plays

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

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

{
    "id": 3636611,
    "uri": "https://api.kexp.org/v2/plays/3636611/?format=api",
    "airdate": "2026-04-01T22:00:19-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/95b55d2b-77dc-4edf-8aa5-4b3a9810053a/1242619230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95b55d2b-77dc-4edf-8aa5-4b3a9810053a/1242619230-250.jpg",
    "song": "Lonely Moon Child",
    "track_id": null,
    "recording_id": "162813c5-401f-41ee-854e-7dd35b6b53a3",
    "artist": "Dennis Coffey & The Detroit Guitar Band",
    "artist_ids": [
        "4fe8804b-7fb6-4728-b3cc-31af57a59de8"
    ],
    "album": "Electric Coffey",
    "release_id": null,
    "release_group_id": "3f1c864c-957a-4b1b-ac30-58a50d0390b2",
    "labels": [
        "Sussex"
    ],
    "label_ids": [
        "feb8b4fb-5ac8-447c-b09c-a9329d39d63b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic stuff produced by Mike Theodore.\n\nhttps://denniscoffey.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}