Information about plays

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

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

{
    "id": 3605731,
    "uri": "https://api.kexp.org/v2/plays/3605731/?format=api",
    "airdate": "2026-01-17T22:12:17-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Loot the Supermarket Again Like We Did Last Summer",
    "track_id": null,
    "recording_id": "f7c82aee-8cfe-44ee-8a0a-3ab6a770f480",
    "artist": "Mick Farren & The Deviants",
    "artist_ids": [
        "94647fa1-5d9d-48db-926b-a0f01625986a",
        "d4bcc69d-516d-482e-ba77-a1e5f821e927"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stiff"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Deviants were founded by singer/writer Mick Farren in late 1966 out of the Ladbroke Grove UK Underground community.  During a rare performance by The Deviants at The Borderline in Central London in 2013, Farren collapsed on stage. He died later in hospital.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}