Information about plays

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

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

{
    "id": 3598833,
    "uri": "https://api.kexp.org/v2/plays/3598833/?format=api",
    "airdate": "2026-01-01T13:21:13-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "https://ia801209.us.archive.org/12/items/mbid-34745a24-1019-3339-b352-1dd6b9416588/mbid-34745a24-1019-3339-b352-1dd6b9416588-11436452212_thumb500.jpg",
    "thumbnail_uri": "https://ia601209.us.archive.org/12/items/mbid-34745a24-1019-3339-b352-1dd6b9416588/mbid-34745a24-1019-3339-b352-1dd6b9416588-11436452212_thumb250.jpg",
    "song": "So in Love",
    "track_id": "d2846696-2f30-381b-9290-f16e93b68d93",
    "recording_id": "bde57bbc-7fa4-4347-baea-fe5016bf1f1b",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "There's No Place Like America Today",
    "release_id": "34745a24-1019-3339-b352-1dd6b9416588",
    "release_group_id": "9b93bf1c-a61d-341e-8900-b305f3812c2c",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This gorgeous song featured woodwinds from Harold Dessent, bass from Lucky Scott, and keyboards from Rich Tufo.: https://www.pastemagazine.com/music/curtis-mayfield/falling-so-in-love-with-curtis-mayfield-and-orchestral-manouevres-in-the-dark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}