Information about plays

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

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

{
    "id": 3644698,
    "uri": "https://api.kexp.org/v2/plays/3644698/?format=api",
    "airdate": "2026-04-20T23:11:23-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/76f492ee-cf10-4ced-88e5-4b9455e1ffe2/14741032642-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76f492ee-cf10-4ced-88e5-4b9455e1ffe2/14741032642-250.jpg",
    "song": "Carmelita",
    "track_id": null,
    "recording_id": "2e412402-be34-4e6e-a9e5-e0071dfeb0a0",
    "artist": "Warren Zevon",
    "artist_ids": [
        "970fb29f-e288-403e-a388-d2a7889bfa47"
    ],
    "album": "Warren Zevon",
    "release_id": null,
    "release_group_id": "d119f12a-e47c-3128-a259-f53d5181046a",
    "labels": [
        "Asylum"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}