Information about plays

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

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

{
    "id": 3566955,
    "uri": "https://api.kexp.org/v2/plays/3566955/?format=api",
    "airdate": "2025-10-18T21:42:46-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://ia803101.us.archive.org/13/items/mbid-726f30ed-02bc-48b9-b7cd-7d5134af4e86/mbid-726f30ed-02bc-48b9-b7cd-7d5134af4e86-6748808763_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/13/items/mbid-726f30ed-02bc-48b9-b7cd-7d5134af4e86/mbid-726f30ed-02bc-48b9-b7cd-7d5134af4e86-6748808763_thumb250.jpg",
    "song": "The Wait",
    "track_id": "74d95e96-801f-3401-a973-d55483a03607",
    "recording_id": "e655a54e-b8df-4745-9aeb-638f29104e67",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Killing Joke",
    "release_id": "726f30ed-02bc-48b9-b7cd-7d5134af4e86",
    "release_group_id": "30a8c233-66ab-3ceb-87e2-bda76f4164ca",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Rafael in Lima, Peru\n\nKilling Joke just dropped some new merch to celebrate what would've been Aleister Crowley's 150th birthday.\n\nhttps://www.facebook.com/killingjokeofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}