Information about plays

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

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

{
    "id": 3545110,
    "uri": "https://api.kexp.org/v2/plays/3545110/?format=api",
    "airdate": "2025-08-26T15:29:43-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://coverartarchive.org/release/d110c8c7-ca4d-4203-8386-efa65818b564/15132404785-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d110c8c7-ca4d-4203-8386-efa65818b564/15132404785-250.jpg",
    "song": "Miss Kane",
    "track_id": null,
    "recording_id": "6245029f-63c8-4ec4-94d4-28865e4f74d9",
    "artist": "Donald Byrd",
    "artist_ids": [
        "69f95e5c-4b34-4c8b-b8fe-c59f9296195a"
    ],
    "album": "Street Lady",
    "release_id": null,
    "release_group_id": "e4b4a172-13f1-38cd-9eaf-b5416a27a7cf",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Doran in West Seattle!\n---\nDonaldson Toussaint L'Ouverture Byrd II  (aka Donald Byrd) was an American jazz and rhythm & blues trumpeter, composer and vocalist. A sideman for many other jazz musicians of his generation, Byrd was one of the few hard bop musicians who successfully explored funk and soul while remaining a jazz artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}