Information about plays

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

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

{
    "id": 3671511,
    "uri": "https://api.kexp.org/v2/plays/3671511/?format=api",
    "airdate": "2026-06-23T08:20:55-07:00",
    "show": 67066,
    "show_uri": "https://api.kexp.org/v2/shows/67066/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia801606.us.archive.org/33/items/mbid-ca1ebdfa-6090-4e6b-8fc5-98a59af2ef0f/mbid-ca1ebdfa-6090-4e6b-8fc5-98a59af2ef0f-35472162484_thumb250.jpg",
    "song": "Sister Pain",
    "track_id": "42762d34-7cac-30b5-a667-f320a24c9aa8",
    "recording_id": "ec20cda3-802f-430a-9acd-78e14461c4a3",
    "artist": "Electrafixion",
    "artist_ids": [
        "8af87f25-f2dd-4e25-b776-a9985bf92c10"
    ],
    "album": "Burned",
    "release_id": "e282b768-db59-4864-947a-9084e167233b",
    "release_group_id": "c7e8898c-f72d-30db-b185-17b41f88def0",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electrafixion was a brief side project from Echo & the Bunnymen members Ian McCulloch and Will Sergeant. They released only one LP, 1995's 'Burned'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}