Information about plays

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

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

{
    "id": 3586623,
    "uri": "https://api.kexp.org/v2/plays/3586623/?format=api",
    "airdate": "2025-12-04T07:28:31-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seasons",
    "track_id": "c7754dd5-b285-35d3-b8c8-e7a414f1700c",
    "recording_id": "b62dd32d-d6f8-49eb-9fe4-ca90591dcaa0",
    "artist": "Chris Cornell",
    "artist_ids": [
        "cbf9738d-8f81-4a92-bc64-ede09341652d"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": "9c80717d-43e0-3219-b8c8-019f5d83cf60",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Last year's SMooCH benefit for Seattle Children's featured a rare performance from the surviving members of Soundgarden (billed as the Nudedragons)\nhttps://stereogum.com/2290944/watch-sebadoh-reunite-for-first-show-in-five-years/news \nLink to this year's SMooCH benefit: https://www.showboxpresents.com/events/detail/1170561 \n--\nFrom Seattle local, Chris Cornell's first solo EP \"Poncier\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}