Information about plays

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

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

{
    "id": 3549803,
    "uri": "https://api.kexp.org/v2/plays/3549803/?format=api",
    "airdate": "2025-09-06T22:58:52-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Believe I'm Still Here",
    "track_id": null,
    "recording_id": "0b60fc61-5be9-4a6e-a0e2-71353e78d23b",
    "artist": "Tender Fury",
    "artist_ids": [
        "02a1879a-b336-4ea1-8395-1c45509d5e9e"
    ],
    "album": "If Anger Were Soul, I'd Be James Brown",
    "release_id": null,
    "release_group_id": "4a2ee8a4-f8bd-3ed0-8824-3569d91dc4b5",
    "labels": [
        "Blackhouse Records"
    ],
    "label_ids": [
        "e92ca06a-d93c-45f3-97c8-6f538cc0c96a"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Tender Fury story started in 1987 when T.S.O.L. vocalist Jack Grisham and drummer Todd Barnes formed the band in Orange County, California. After releasing two studio albums, Tender Fury featured a new lineup consisting of Randy Bradbury (Pennywise, One Hit Wonder), Josh Freese (Vandals, Devo, Foo Fighters), and Frank Agnew (Adolescents, 45 Grave) joining Grisham.\n\nReissued on vinyl by Blackhouse Records.\n\n\nhttps://blackhouserecordsinc.com/2023/05/13/tender-fury/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}