Information about plays

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

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

{
    "id": 3547617,
    "uri": "https://api.kexp.org/v2/plays/3547617/?format=api",
    "airdate": "2025-09-01T15:04:06-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "https://ia601506.us.archive.org/13/items/mbid-9dd01c61-43fa-45fd-bd41-0c6f7d7e10af/mbid-9dd01c61-43fa-45fd-bd41-0c6f7d7e10af-42454706885_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-9dd01c61-43fa-45fd-bd41-0c6f7d7e10af/mbid-9dd01c61-43fa-45fd-bd41-0c6f7d7e10af-42454706885_thumb250.jpg",
    "song": "Oh, Deadly Nightshade!",
    "track_id": "e00217d3-43e0-31ec-b2f9-568a237bf109",
    "recording_id": "c3e934a3-1157-4dde-95b4-db0515fbf591",
    "artist": "New Bloods",
    "artist_ids": [
        "bf9dba9f-92a8-4a8e-ad56-0dabf267b9a7"
    ],
    "album": "The Secret Life",
    "release_id": "85a9486e-10b3-4464-b1ea-849672c316c0",
    "release_group_id": "a96d678d-5ec3-3732-a166-5796379755c8",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2008-04-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Emma in Oakland!\n\n---\n\nBass/drum/violin trio from Portland that signed to local label Kill Rock Stars in the late 00’s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}