Information about plays

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

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

{
    "id": 3615824,
    "uri": "https://api.kexp.org/v2/plays/3615824/?format=api",
    "airdate": "2026-02-10T16:51:58-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Twilight",
    "track_id": "367a3da4-4c49-4ba1-85b3-fe8e2da94da1",
    "recording_id": "2cb516fd-22e8-4114-a4a9-39757e32e7bb",
    "artist": "Hannah Lew",
    "artist_ids": [
        "51acd5b1-a324-4125-b71e-a8c6e21dcf84"
    ],
    "album": "Hannah Lew",
    "release_id": "414db7b5-268b-4173-b4c5-7bcdfce82caf",
    "release_group_id": "24cef81f-e0c2-4f9f-9342-b0b2c1be0ae8",
    "labels": [
        "Night School Records"
    ],
    "label_ids": [
        "c1c4c804-e3cf-4312-ad4f-e6d498a2f304"
    ],
    "release_date": "2026-04-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Another Twilight” is the lead single from Hannah Lew’s upcoming self‑titled solo debut, due April 10, 2026 on Night School Records:\nThe album is  \"infused with an optimism and surrealism that conversely deals with the times we find ourselves in.\"\n\nhttps://hannahlew.bandcamp.com/track/another-twilight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}