Information about plays

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

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

{
    "id": 3632190,
    "uri": "https://api.kexp.org/v2/plays/3632190/?format=api",
    "airdate": "2026-03-22T01:17:56-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carnal Tapestries of Nailtorn Flesh",
    "track_id": null,
    "recording_id": null,
    "artist": "Stormkeep",
    "artist_ids": [
        "9e87faad-bcfd-493d-bc82-053c25300e97"
    ],
    "album": "Carnal Tapestries of Nailtorn Flesh (Single)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vesperian"
    ],
    "label_ids": [],
    "release_date": "2026-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Most of these castle dwelling wraiths also roam the American west as Wayfarer. This is the first single off what we hope is a second full length",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}