Information about plays

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

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

{
    "id": 3622023,
    "uri": "https://api.kexp.org/v2/plays/3622023/?format=api",
    "airdate": "2026-02-25T07:51:59-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?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": "Hannah Lew is a filmmaker, musician, and visual artist in San Francisco. She plays bass and sings in the bands Grass Widow, Cold Beat, and Generation Loss.\n\n\"Another Twilight\" is the lead single from Hannah Lew’s upcoming self-titled solo debut, due April 10, 2026 on Night School Records: https://tinyurl.com/yecsf9dv\n\nhttps://hannahlew.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}