Information about plays

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

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

{
    "id": 3639266,
    "uri": "https://api.kexp.org/v2/plays/3639266/?format=api",
    "airdate": "2026-04-08T01:33:13-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-bb1c4530-ea8b-48a7-9b5c-81bfce3a6f87/mbid-bb1c4530-ea8b-48a7-9b5c-81bfce3a6f87-36711715685_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-bb1c4530-ea8b-48a7-9b5c-81bfce3a6f87/mbid-bb1c4530-ea8b-48a7-9b5c-81bfce3a6f87-36711715685_thumb250.jpg",
    "song": "Too Much Talk",
    "track_id": "9ba8f754-5fbc-3f95-ae5e-001237434fc7",
    "recording_id": "4d239d7c-c524-45ae-89a6-a504504d67ea",
    "artist": "Paul Revere and The Raiders",
    "artist_ids": [
        "7f6c83a6-f048-4895-99a1-94caf32a47ef"
    ],
    "album": "The Essential Paul Revere & The Raiders",
    "release_id": "bb1c4530-ea8b-48a7-9b5c-81bfce3a6f87",
    "release_group_id": "8b4c5a3b-2e7e-4ad3-b366-c8cc8d341b8b",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-03-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}