Information about plays

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

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

{
    "id": 3605555,
    "uri": "https://api.kexp.org/v2/plays/3605555/?format=api",
    "airdate": "2026-01-17T15:20:09-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?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": "Off Hannah's self titled debut solo record!\nhttps://hannahlew.bandcamp.com/album/hannah-lew-2 http://hannahlew.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}