Information about plays

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

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

{
    "id": 3667577,
    "uri": "https://api.kexp.org/v2/plays/3667577/?format=api",
    "airdate": "2026-06-13T22:33:43-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jason Dean Was a Teen Liberator",
    "track_id": "5d73117b-7ecd-3beb-9a0e-24433a032cbd",
    "recording_id": "f0f8493a-40ae-4d3f-af43-c26a6ec3de59",
    "artist": "Kane Hodder",
    "artist_ids": [
        "4c02dacc-6797-4907-9a03-1352176c7828"
    ],
    "album": "The Pleasure to Remain So Heartless",
    "release_id": "01bf62a6-b91e-48e8-9e0b-e0d035272644",
    "release_group_id": "40efea4a-54b0-3197-81f5-4283dc7dad39",
    "labels": [
        "Suburban Home Records"
    ],
    "label_ids": [
        "8825d666-edb5-4fc6-a480-05dfcd90bcea"
    ],
    "release_date": "2004-10-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kane Hodder formed in Bremerton, WA in 2002 and is named after stuntman actor Kane Hodder, best known for portraying Jason Voorhees in the Friday the 13th series.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}