Information about plays

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

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

{
    "id": 3634901,
    "uri": "https://api.kexp.org/v2/plays/3634901/?format=api",
    "airdate": "2026-03-28T23:18:14-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tabula Rasa",
    "track_id": null,
    "recording_id": null,
    "artist": "Spider",
    "artist_ids": [],
    "album": "Death Match",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CRYRT CNTRL"
    ],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Long Beach and Los Angeles, Spider delivers a ferocious brand of 80s-style hardcore punk. \"Tabula Rasa\" (Latin for \"blank slate\") is a lyrical \"vortex of metaphors\" influenced by vocalist Hector Martinez’s background in philosophy. https://www.thepunksite.com/reviews/spider-tabula-rasa/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}