Information about plays

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

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

{
    "id": 3634907,
    "uri": "https://api.kexp.org/v2/plays/3634907/?format=api",
    "airdate": "2026-03-28T23:32:00-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fucking With My World",
    "track_id": null,
    "recording_id": null,
    "artist": "Amy Beth & The Creeps",
    "artist_ids": [],
    "album": "Shitheel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chaputa"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"From Portland, Oregon — long-time breeding ground for some of the rawest garage-punk since the 1960s — come Amy Beth and Thee Creeps – America’s favourite budget punks. Their debut 7-inch EP, Shitheel, delivers four trashy, lo-fi blasts that crash somewhere between Northwest punk tradition and unhinged DIY spirit.\" Read more: https://www.chaputa.com/store/amy-beth-and-thee-creeps-shitheel-7-ep/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}