Information about plays

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

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

{
    "id": 3629396,
    "uri": "https://api.kexp.org/v2/plays/3629396/?format=api",
    "airdate": "2026-03-15T17:21:37-07:00",
    "show": 66190,
    "show_uri": "https://api.kexp.org/v2/shows/66190/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-5df7a5f1-1a85-4461-b8cd-2b8b3c390aed/mbid-5df7a5f1-1a85-4461-b8cd-2b8b3c390aed-5930025501_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-5df7a5f1-1a85-4461-b8cd-2b8b3c390aed/mbid-5df7a5f1-1a85-4461-b8cd-2b8b3c390aed-5930025501_thumb250.jpg",
    "song": "Þú ert sólin",
    "track_id": "ea0559a7-9cfb-344b-9e47-9b830b06f9cd",
    "recording_id": "64a113cd-51f4-456a-acab-1a1ee0606a6e",
    "artist": "Ólafur Arnalds",
    "artist_ids": [
        "6655955b-1c1e-4bcb-84e4-81bcd9efab30"
    ],
    "album": "…and They Have Escaped the Weight of Darkness",
    "release_id": "5df7a5f1-1a85-4461-b8cd-2b8b3c390aed",
    "release_group_id": "aee639f8-876d-4fac-9c52-759d4efeeca9",
    "labels": [
        "Erased Tapes Records"
    ],
    "label_ids": [
        "0cd6e3cb-aea6-4060-9ebd-21b534a864a6"
    ],
    "release_date": "2010-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}