Information about plays

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

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

{
    "id": 3634521,
    "uri": "https://api.kexp.org/v2/plays/3634521/?format=api",
    "airdate": "2026-03-28T05:30:30-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-823cf4f7-114b-4832-8326-5a062f1bb751/mbid-823cf4f7-114b-4832-8326-5a062f1bb751-44695355827_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-823cf4f7-114b-4832-8326-5a062f1bb751/mbid-823cf4f7-114b-4832-8326-5a062f1bb751-44695355827_thumb250.jpg",
    "song": "elsewhere",
    "track_id": "c4c499f0-9633-4d76-b1a0-8f57dca06f34",
    "recording_id": "d4502cc6-ff8c-49c3-95d1-164a87a93aaf",
    "artist": "aja monet feat. Meshell Ndegeocello & Georgia Anne Muldrow",
    "artist_ids": [
        "c1d14ed4-9a04-43e1-bc7b-f16471768f42",
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1",
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "the color of rain",
    "release_id": "823cf4f7-114b-4832-8326-5a062f1bb751",
    "release_group_id": "517ebdbd-2e94-4464-ba97-fa64bcb0704e",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}