Information about plays

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

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

{
    "id": 3574738,
    "uri": "https://api.kexp.org/v2/plays/3574738/?format=api",
    "airdate": "2025-11-06T13:27:14-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cucumber Slumber (Fluxus mix)",
    "track_id": null,
    "recording_id": "9921184a-3e1f-46c7-96cf-3b2b27dfd1e0",
    "artist": "Material",
    "artist_ids": [
        "ceaf841a-60e9-4391-9e26-88b853cd4658"
    ],
    "album": "Hallucination Engine",
    "release_id": null,
    "release_group_id": "fcd9e873-4bc1-3f93-9825-13f9c44b0073",
    "labels": [
        "Axiom"
    ],
    "label_ids": [
        "d04b1068-2fc6-4e0c-9e06-70d1bb08fce9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Material was an  American experimental punk-jazz-funk-noise-electro band, founded circa 1978/79 by bassist Bill Laswell and keyboard player Michael Beinhorn.\nMaterial was not only a band name, but an alias for the intensive production work of the duo (for Afrika Bambaataa, Herbie Hancock, Nona Hendryx ...).\n--\nThis is their cover of Weather Report's \"Cucumber Slumber.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}