Information about plays

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

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

{
    "id": 3667609,
    "uri": "https://api.kexp.org/v2/plays/3667609/?format=api",
    "airdate": "2026-06-13T23:52:14-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/52aafcef-3f72-4810-9304-98f78a100dc3/41842426927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52aafcef-3f72-4810-9304-98f78a100dc3/41842426927-250.jpg",
    "song": "Teenage Adolescence",
    "track_id": null,
    "recording_id": "5d4f0797-7a9e-4ac6-80bf-9f5a4a6a6147",
    "artist": "Demob",
    "artist_ids": [
        "b8e060d8-5898-4718-972e-b9695bfc1429"
    ],
    "album": "Anti Police",
    "release_id": null,
    "release_group_id": "72372c2c-80bd-402c-b952-f5f3a29f288a",
    "labels": [
        "Mad Butcher Classics"
    ],
    "label_ids": [
        "42c960ef-a3e0-4f02-b2cb-13228de43714"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since 1983, some of the band members had gone on to other bands, while others had given up on music. Drummer Johnny Melfah had some success as a boxer and opened a boxing gym in Gloucester.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}