Information about plays

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

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

{
    "id": 3632501,
    "uri": "https://api.kexp.org/v2/plays/3632501/?format=api",
    "airdate": "2026-03-22T20:35:52-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fbbcd8f-0e5b-43d3-bcd0-1bc32ea9bd1d/32705898654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fbbcd8f-0e5b-43d3-bcd0-1bc32ea9bd1d/32705898654-250.jpg",
    "song": "Life on Mars (Reflex Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dexter Wansel",
    "artist_ids": [
        "c7255a0e-7254-4826-94f2-e23c5e3748ed"
    ],
    "album": "Philadelphia International Records: The Mike Maurro Remixes",
    "release_id": null,
    "release_group_id": "5add96f1-3a01-46a9-b1b0-9eaceccd466e",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dexter Wansel's 1976 song \"Life On Mars\" gets a Mike Maurro treatment with this remix.\nKeyboardist Dexter Wansel worked with GQ a.k.a. The Rhythm Makers, and Michael Hutchinson engineered albums for both Wansel and GQ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}