Information about plays

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

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

{
    "id": 3640943,
    "uri": "https://api.kexp.org/v2/plays/3640943/?format=api",
    "airdate": "2026-04-11T21:55:07-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/24a7a0d1-d63b-4c98-8e68-42579227fc02/43725407282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24a7a0d1-d63b-4c98-8e68-42579227fc02/43725407282-250.jpg",
    "song": "Closedown",
    "track_id": null,
    "recording_id": "4e6b511a-f39a-4a7d-89e5-88fe3d048cfd",
    "artist": "Cock Sparrer",
    "artist_ids": [
        "bbcc9824-31c0-4c70-a7af-d24090ea161e"
    ],
    "album": "Running Riot in '84",
    "release_id": null,
    "release_group_id": "ae3ad85b-9363-4829-9e2a-b83b75734ce6",
    "labels": [
        "Link Records"
    ],
    "label_ids": [
        "54f5dd58-3c1a-4c05-a6df-20079a3a172c"
    ],
    "release_date": "1984-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}