Information about plays

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

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

{
    "id": 3634900,
    "uri": "https://api.kexp.org/v2/plays/3634900/?format=api",
    "airdate": "2026-03-28T23:15:28-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/508a3370-14f0-47e2-bf0c-d2fc8a5afc5b/7619361160-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/508a3370-14f0-47e2-bf0c-d2fc8a5afc5b/7619361160-250.jpg",
    "song": "Background of Malfunction",
    "track_id": null,
    "recording_id": "a847c4d9-3837-43fd-a5a7-86cac1fd32af",
    "artist": "Flux of Pink Indians",
    "artist_ids": [
        "8acd25b8-04ab-4916-b73a-c65814541a0c"
    ],
    "album": "Neu Smell",
    "release_id": null,
    "release_group_id": "03826121-e0a2-38a5-84b5-c174cedab3ec",
    "labels": [
        "Crass Records"
    ],
    "label_ids": [
        "3ec71e7a-2167-4b49-b66d-ab741f655144"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Crass were an Anarcho-punk band formed in 1977. They popularized the anarcho-punk movement, and were advocates for such matters as direct action, animal rights, anti-facism, feminism, and environmentalism. https://crass.bandcamp.com/album/flux-of-pink-indians-neu-smell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}