Information about plays

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

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

{
    "id": 3640598,
    "uri": "https://api.kexp.org/v2/plays/3640598/?format=api",
    "airdate": "2026-04-11T05:23:13-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-4c2e1cff-cb45-4972-a0fe-5232f1e2bb01/mbid-4c2e1cff-cb45-4972-a0fe-5232f1e2bb01-9339667807_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-4c2e1cff-cb45-4972-a0fe-5232f1e2bb01/mbid-4c2e1cff-cb45-4972-a0fe-5232f1e2bb01-9339667807_thumb250.jpg",
    "song": "Mr. Apollo",
    "track_id": "5925c03e-9243-3441-9991-f094d4e4e095",
    "recording_id": "feded8be-7827-4d3e-a4b9-a6c5cc5fe6fb",
    "artist": "The Bonzo Dog Band",
    "artist_ids": [
        "2fe8f530-861d-40ff-ac74-51f7e2701965"
    ],
    "album": "The Best of the Bonzo Dog Band",
    "release_id": "4c2e1cff-cb45-4972-a0fe-5232f1e2bb01",
    "release_group_id": "f0a4da13-4727-3aae-9d64-0ae608788115",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}