Information about plays

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

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

{
    "id": 3595884,
    "uri": "https://api.kexp.org/v2/plays/3595884/?format=api",
    "airdate": "2025-12-25T14:40:15-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Clichéd to Be Cynical at Christmas",
    "track_id": null,
    "recording_id": "ca3c1ff8-bda6-4f19-a18a-70567194a113",
    "artist": "Half Man Half Biscuit",
    "artist_ids": [
        "10eb06ab-0695-4057-97a5-bea9eeb6fb6d"
    ],
    "album": "Trouble Over Bridgwater",
    "release_id": null,
    "release_group_id": "efd614ed-5864-3b46-932b-d3084a9f7e96",
    "labels": [
        "Probe Plus"
    ],
    "label_ids": [
        "a3696d5c-ce76-4b0d-bc9d-ee2212124610"
    ],
    "release_date": "2000-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Half Man Half Biscuit are a UK indie band from Birkenhead in the North West, active since 1983, known for their satirical and sometimes surrealistic songs. The band are huge fans of Tranmere Rovers FC, and once turned down the chance to appear on the Channel 4 80`s rock show The Tube, as Tranmere were playing that night. \n\nhttps://www.hmhb.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}