Information about plays

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

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

{
    "id": 3539150,
    "uri": "https://api.kexp.org/v2/plays/3539150/?format=api",
    "airdate": "2025-08-12T11:38:18-07:00",
    "show": 64270,
    "show_uri": "https://api.kexp.org/v2/shows/64270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thoughts of Rena",
    "track_id": "9329425b-0770-498d-90d8-cf2c059ae4fb",
    "recording_id": "fb56d505-9926-47de-9054-63f14d2e46ce",
    "artist": "The Voom Blooms",
    "artist_ids": [
        "2a4b15e4-45c0-47e4-af9f-591aa08ffed4"
    ],
    "album": "Nine Ships",
    "release_id": "6b572415-8dee-431e-bc6c-2b2d1154fe66",
    "release_group_id": "a545e22d-497e-4e43-98dd-54b7387ac99d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back, back, back in time to watch a young John Richards (with sideburns) introduce The Voom Blooms for a live performance at Bowery Electric in NYC in 2008: https://www.youtube.com/watch?v=6P6n8frLbH0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}