Information about plays

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

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

{
    "id": 3632115,
    "uri": "https://api.kexp.org/v2/plays/3632115/?format=api",
    "airdate": "2026-03-21T21:08:14-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/0046fe62-2616-48fe-ac3b-ccb9c348b704/43864046216-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0046fe62-2616-48fe-ac3b-ccb9c348b704/43864046216-250.jpg",
    "song": "Mighty Heroes",
    "track_id": null,
    "recording_id": "fa3771a9-4fa5-4f82-8d09-1f71711b2eb1",
    "artist": "Sloppy Seconds",
    "artist_ids": [
        "6e1fb21c-1fc5-4d79-8d04-e3faabcee004"
    ],
    "album": "Lonely Christmas",
    "release_id": null,
    "release_group_id": "2e645f37-1bc1-32dc-9be3-0184381f1029",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The character Billy Jack is name-checked in this Sloppy Seconds anthem. The song also references martial arts legend Bruce Lee and Evel Knievel .",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}