Information about plays

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

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

{
    "id": 3633620,
    "uri": "https://api.kexp.org/v2/plays/3633620/?format=api",
    "airdate": "2026-03-25T20:46:04-07:00",
    "show": 66279,
    "show_uri": "https://api.kexp.org/v2/shows/66279/?format=api",
    "image_uri": "https://coverartarchive.org/release/492f254d-3808-4144-9d76-8c662cfd17a4/2281026580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/492f254d-3808-4144-9d76-8c662cfd17a4/2281026580-250.jpg",
    "song": "Evening Star",
    "track_id": null,
    "recording_id": null,
    "artist": "Fripp & Eno",
    "artist_ids": [
        "1327beb8-ed6b-4c26-a8b7-5209eb01ce2c"
    ],
    "album": "Evening Star",
    "release_id": null,
    "release_group_id": "55b52d50-a2e4-3147-abb4-7bc1537c1e06",
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1975-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - the landmark 1975 album from Robert Fripp and Brian Eno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}