Information about plays

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

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

{
    "id": 3627299,
    "uri": "https://api.kexp.org/v2/plays/3627299/?format=api",
    "airdate": "2026-03-10T04:02:42-07:00",
    "show": 66141,
    "show_uri": "https://api.kexp.org/v2/shows/66141/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-250.jpg",
    "song": "Dèesse Du Sang",
    "track_id": null,
    "recording_id": "79c74839-95e1-498d-b2fe-bab0734dac73",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": null,
    "release_group_id": "51f7966c-cadc-4291-8fe1-f30f1dbfb316",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interviewed Ishmael Butler and wrote about the Quazarz albums for Noisey back when these came out -- https://www.vice.com/en/article/mba9nx/shabazz-palaces-are-ready-to-take-you-to-the-wildest-place-in-space",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}