Information about plays

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

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

{
    "id": 3577999,
    "uri": "https://api.kexp.org/v2/plays/3577999/?format=api",
    "airdate": "2025-11-14T08:40:09-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Molly",
    "track_id": "92bef162-50de-4fd0-af07-06e0de86d7d7",
    "recording_id": "86d6fb7f-5773-45b0-a290-a51ab8497f60",
    "artist": "Ecca Vandal",
    "artist_ids": [
        "6b4e962d-3dbc-4bda-82f0-25d35786f076"
    ],
    "album": "Molly",
    "release_id": "9912a002-eef7-49d8-be10-147e1f14fb3b",
    "release_group_id": "fbfdad5a-a701-4cd1-b779-9943d54038a9",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking about \"Molly,\" Ecca shares: “There’s the surface meaning, the chaos, the high, that kind of bliss that comes from forgetting things for a while, from turning the volume down on the world. But underneath all that, there’s something quieter going on. The feeling of being cut down, sometimes broken into pieces, and then slowly finding you way back, getting up again, rebuilding yourself bit by bit.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}