Information about plays

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

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

{
    "id": 3628664,
    "uri": "https://api.kexp.org/v2/plays/3628664/?format=api",
    "airdate": "2026-03-14T05:33:25-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn711405.ca.archive.org/0/items/mbid-7d8de00d-28e0-350e-9e04-a07cdb23f0ce/mbid-7d8de00d-28e0-350e-9e04-a07cdb23f0ce-9631935898_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/23/items/mbid-7d8de00d-28e0-350e-9e04-a07cdb23f0ce/mbid-7d8de00d-28e0-350e-9e04-a07cdb23f0ce-9631935898_thumb250.jpg",
    "song": "Girls Talk",
    "track_id": "be1ca634-83d9-3376-85ca-754f0351e5b7",
    "recording_id": "022ef40f-d543-4f13-b11c-126c8d1b854e",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Get Happy!!",
    "release_id": "7d8de00d-28e0-350e-9e04-a07cdb23f0ce",
    "release_group_id": "768857a3-99bf-36c2-b39e-9e16be5673f1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}