Information about plays

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

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

{
    "id": 3667575,
    "uri": "https://api.kexp.org/v2/plays/3667575/?format=api",
    "airdate": "2026-06-13T22:29:37-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn711203.ca.archive.org/0/items/mbid-6303df92-fd1d-4bf5-b95c-d1e7203c79d7/mbid-6303df92-fd1d-4bf5-b95c-d1e7203c79d7-41494415076_thumb500.jpg",
    "thumbnail_uri": "https://dn711203.ca.archive.org/0/items/mbid-6303df92-fd1d-4bf5-b95c-d1e7203c79d7/mbid-6303df92-fd1d-4bf5-b95c-d1e7203c79d7-41494415076_thumb250.jpg",
    "song": "Teenage Kicks",
    "track_id": "4b904067-2f89-3161-8283-ebfe8fdf261d",
    "recording_id": "fb591523-6e6c-464e-a416-7ecd0a2af967",
    "artist": "The Undertones",
    "artist_ids": [
        "d188e4cd-d187-4df2-8516-6ff8dfd3735c"
    ],
    "album": "The Undertones",
    "release_id": "6303df92-fd1d-4bf5-b95c-d1e7203c79d7",
    "release_group_id": "d462b990-66d5-3c6b-bc67-4f3d152cdc45",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff in Folsom, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}