Information about plays

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

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

{
    "id": 3667206,
    "uri": "https://api.kexp.org/v2/plays/3667206/?format=api",
    "airdate": "2026-06-13T05:01:08-07:00",
    "show": 66974,
    "show_uri": "https://api.kexp.org/v2/shows/66974/?format=api",
    "image_uri": "https://dn710907.ca.archive.org/0/items/mbid-004dfc26-36b4-4bf7-a51e-4146b7a415d4/mbid-004dfc26-36b4-4bf7-a51e-4146b7a415d4-11516976765_thumb500.jpg",
    "thumbnail_uri": "https://dn710907.ca.archive.org/0/items/mbid-004dfc26-36b4-4bf7-a51e-4146b7a415d4/mbid-004dfc26-36b4-4bf7-a51e-4146b7a415d4-11516976765_thumb250.jpg",
    "song": "Death of a Disco Dancer",
    "track_id": "0e5e3795-e581-3ac6-adf7-c8aa36173c5d",
    "recording_id": "ca3a0238-f689-441d-95b7-37e0b5defddb",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Strangeways, Here We Come",
    "release_id": "004dfc26-36b4-4bf7-a51e-4146b7a415d4",
    "release_group_id": "53bcf9cf-db1e-3887-80f5-9f23c87a0f64",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "goes out to bruce in seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}