Information about plays

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

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

{
    "id": 3667567,
    "uri": "https://api.kexp.org/v2/plays/3667567/?format=api",
    "airdate": "2026-06-13T22:09:52-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teen Sex",
    "track_id": null,
    "recording_id": "3ea11633-2dcd-4f0b-be5c-87339cac5937",
    "artist": "Brutal Knights",
    "artist_ids": [
        "1613006f-c8cc-47f3-aff9-bbb236bb3afb"
    ],
    "album": "The Pleasure Is All Thine",
    "release_id": null,
    "release_group_id": "e478fecd-8657-338a-9e40-c3907669dc9a",
    "labels": [
        "Deranged Records"
    ],
    "label_ids": [
        "0a2067a3-cdad-4283-9642-f3f63c9f01d3"
    ],
    "release_date": "2006-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Flanagan, vocalist of Toronto's Brutal Knights, is also a stand up comedian and sometimes performed at their shows.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}