Information about plays

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

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

{
    "id": 3601114,
    "uri": "https://api.kexp.org/v2/plays/3601114/?format=api",
    "airdate": "2026-01-06T18:47:37-08:00",
    "show": 65581,
    "show_uri": "https://api.kexp.org/v2/shows/65581/?format=api",
    "image_uri": "https://ia902902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb250.jpg",
    "song": "Birthday",
    "track_id": "e89c957e-7324-389b-8c73-0934fe3a2239",
    "recording_id": "f66dec24-f89e-462e-90c8-de4696041421",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": "912cbf3f-77f5-3290-b8ce-d2611feb7f20",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 12th Birthday Anna!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}