Information about plays

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

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

{
    "id": 3635398,
    "uri": "https://api.kexp.org/v2/plays/3635398/?format=api",
    "airdate": "2026-03-30T01:57:58-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c1e222e-f92b-44ef-bb59-b77fe2b7443c/34961557118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c1e222e-f92b-44ef-bb59-b77fe2b7443c/34961557118-250.jpg",
    "song": "The Scene Around",
    "track_id": null,
    "recording_id": "fb6a51f4-f4ff-48b4-befd-106e540590b7",
    "artist": "Basil Kirchin and John Coleman",
    "artist_ids": [
        "e8516591-dedf-410b-a810-7baee09ad0e1",
        "e573f988-b4d9-4d0a-bb31-a7ed4d7c5585"
    ],
    "album": "Mind on the Run",
    "release_id": null,
    "release_group_id": "7f2b455e-b652-4e16-95dd-f6d50fd17701",
    "labels": [
        "Music De Wolfe"
    ],
    "label_ids": [
        "ea168e48-ca4d-46a0-a916-dba97e75abf5"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}