Information about plays

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

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

{
    "id": 3667239,
    "uri": "https://api.kexp.org/v2/plays/3667239/?format=api",
    "airdate": "2026-06-13T06:48:40-07:00",
    "show": 66975,
    "show_uri": "https://api.kexp.org/v2/shows/66975/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-1056565d-724e-42a4-aad6-de355237eb85/mbid-1056565d-724e-42a4-aad6-de355237eb85-44451413787_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-1056565d-724e-42a4-aad6-de355237eb85/mbid-1056565d-724e-42a4-aad6-de355237eb85-44451413787_thumb250.jpg",
    "song": "Blue Fairy",
    "track_id": "91f72daa-0476-440b-b30e-ad055c77ca22",
    "recording_id": "121775b8-ef66-4508-a5b7-e064f7cb843e",
    "artist": "Clarion",
    "artist_ids": [
        "30b82980-0ba6-4f20-86a5-2e5262a5fe5d"
    ],
    "album": "Blue Fairy",
    "release_id": "1056565d-724e-42a4-aad6-de355237eb85",
    "release_group_id": "309b57ec-c926-42b6-8dcf-f3e364d6a1a7",
    "labels": [
        "broke"
    ],
    "label_ids": [
        "e61b5d98-9a6d-4704-92ed-fb30b6877c66"
    ],
    "release_date": "2026-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}