Information about plays

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

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

{
    "id": 3636026,
    "uri": "https://api.kexp.org/v2/plays/3636026/?format=api",
    "airdate": "2026-03-31T13:29:44-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I'm Gone",
    "track_id": null,
    "recording_id": "3c825ea3-b730-41ae-b81e-7b84dad700d9",
    "artist": "Vivian Girls",
    "artist_ids": [
        "d0676301-7ffc-4ff6-8b38-f8aeb8553115"
    ],
    "album": "Everything Goes Wrong",
    "release_id": null,
    "release_group_id": "e157b224-dfbb-4cba-bb00-0a5d6fa9b735",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2009-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Overview of Vivian Girls:\nhttps://www.kexp.org/read/2019/9/19/life-death-and-rebirth-vivian-girls-critical-overview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}