Information about plays

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

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

{
    "id": 3634460,
    "uri": "https://api.kexp.org/v2/plays/3634460/?format=api",
    "airdate": "2026-03-28T01:51:58-07:00",
    "show": 66298,
    "show_uri": "https://api.kexp.org/v2/shows/66298/?format=api",
    "image_uri": "https://coverartarchive.org/release/4fb1f092-91c9-4242-b835-1a0dfdb1f6ec/8960587856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4fb1f092-91c9-4242-b835-1a0dfdb1f6ec/8960587856-250.jpg",
    "song": "Intervention",
    "track_id": null,
    "recording_id": "bbf9be6a-c0ce-4287-af13-2fd4f8b8e768",
    "artist": "The Exploding Boy",
    "artist_ids": [
        "a9b8c0fc-2109-4087-9f6d-96639058f8e9"
    ],
    "album": "Afterglow (2026 Remastered Version)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Icy Cold Records"
    ],
    "label_ids": [],
    "release_date": "2009-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theexplodingboy.bandcamp.com/album/afterglow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}