Information about plays

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

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

{
    "id": 3641217,
    "uri": "https://api.kexp.org/v2/plays/3641217/?format=api",
    "airdate": "2026-04-12T14:31:11-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-ae77cdac-be26-4646-a15d-1c2745ab794d/mbid-ae77cdac-be26-4646-a15d-1c2745ab794d-31293101515_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-ae77cdac-be26-4646-a15d-1c2745ab794d/mbid-ae77cdac-be26-4646-a15d-1c2745ab794d-31293101515_thumb250.jpg",
    "song": "Black Silk Stocking",
    "track_id": "e45287a1-f82d-4f32-8033-c670e8a00dcf",
    "recording_id": "c92977c2-3b27-4132-8d4b-013b7768849e",
    "artist": "Krisma",
    "artist_ids": [
        "f522f7d2-4563-460d-bfcb-9615c6212d41"
    ],
    "album": "Chinese Restaurant",
    "release_id": "4bc52ae4-382f-4434-9053-2608836c6a29",
    "release_group_id": "2bd15ff7-6bfe-3a84-af79-80c1aee98142",
    "labels": [
        "Medical Records LLC"
    ],
    "label_ids": [
        "89563c71-d2ee-4052-a139-94ca6e72f5f4"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic new wave from this 1977 release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}