Information about plays

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

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

{
    "id": 3644599,
    "uri": "https://api.kexp.org/v2/plays/3644599/?format=api",
    "airdate": "2026-04-20T17:11:47-07:00",
    "show": 66507,
    "show_uri": "https://api.kexp.org/v2/shows/66507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Distance of the Moon",
    "track_id": null,
    "recording_id": "4530936e-ac59-4ca4-851d-6808b20fceb1",
    "artist": "Hannah Lew",
    "artist_ids": [
        "51acd5b1-a324-4125-b71e-a8c6e21dcf84"
    ],
    "album": "Hannah Lew",
    "release_id": null,
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New, solo debut from Bay Area musician Hannah Lew (of Grass Widow and Cold beat indie fame) \n\nhttps://hannahlew.bandcamp.com/album/hannah-lew-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}