Information about plays

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

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

{
    "id": 3631803,
    "uri": "https://api.kexp.org/v2/plays/3631803/?format=api",
    "airdate": "2026-03-21T05:31:35-07:00",
    "show": 66238,
    "show_uri": "https://api.kexp.org/v2/shows/66238/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-01882f08-0c82-4ecb-8a3f-471e2f61ef52/mbid-01882f08-0c82-4ecb-8a3f-471e2f61ef52-1815601406_thumb500.jpg",
    "thumbnail_uri": "https://dn711309.ca.archive.org/0/items/mbid-01882f08-0c82-4ecb-8a3f-471e2f61ef52/mbid-01882f08-0c82-4ecb-8a3f-471e2f61ef52-1815601406_thumb250.jpg",
    "song": "Ready or Not",
    "track_id": "981e6e68-946a-3a93-9c83-8b309ece1d11",
    "recording_id": "b6115d1d-6aca-4b3e-aa34-b6ac53858b02",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "01882f08-0c82-4ecb-8a3f-471e2f61ef52",
    "release_group_id": "dd2203dd-a149-316b-ad7f-a303dc4fc459",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Salaam Remi was a producer on the The Score, especially shaping the song \"Fu-Gee-la\" on the album the score",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}