Information about plays

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

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

{
    "id": 3547991,
    "uri": "https://api.kexp.org/v2/plays/3547991/?format=api",
    "airdate": "2025-09-02T13:04:33-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://coverartarchive.org/release/8475125d-4889-4af2-8f31-897f945333d9/2521265121-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8475125d-4889-4af2-8f31-897f945333d9/2521265121-250.jpg",
    "song": "That’s What She Said",
    "track_id": null,
    "recording_id": "33d4beb6-92ad-49dc-858a-ec0ee5f57206",
    "artist": "George Duke",
    "artist_ids": [
        "fd180bc2-7b01-4b07-9597-451e7383f1b4"
    ],
    "album": "I Love the Blues, She Heard My Cry",
    "release_id": null,
    "release_group_id": "f6acb9fc-62d2-3228-9352-464762ebc8b4",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Duke made use of ARP and Moog synthesizers, Rhodes electric piano, Hohner clavinet and Mutron Phasers on this record. On both \"Look into Her Eyes\" and \"That's What She Said\", Brazilian musician Aitro Moreira played bongo drums, tambourine, berimbau, horse bell and gourd cabasa. I Love the Blues, She Heard My Cry is also dedicated to the memory of the late Julian \"Cannonball\" Adderley.\" - Wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}