Information about plays

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

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

{
    "id": 3575759,
    "uri": "https://api.kexp.org/v2/plays/3575759/?format=api",
    "airdate": "2025-11-08T22:25:20-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e26fb15-490d-4363-996b-f17a5543f42d/30807406691-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e26fb15-490d-4363-996b-f17a5543f42d/30807406691-250.jpg",
    "song": "Where Next Columbus?",
    "track_id": null,
    "recording_id": "16741ad9-5623-472b-895a-b6f48e6a4fc2",
    "artist": "Crass",
    "artist_ids": [
        "c7437df4-6fac-4c89-99ae-f8640f268222"
    ],
    "album": "Penis Envy",
    "release_id": null,
    "release_group_id": "727947d2-a713-30c0-bde7-12b7c7e1c541",
    "labels": [
        "Crass Records"
    ],
    "label_ids": [
        "3ec71e7a-2167-4b49-b66d-ab741f655144"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was banned by the retailer HMV. During the mid-1980s, Greater Manchester Police under the direction of James Anderton seized copies along with other records by Crass and the Dead Kennedys, from Eastern Bloc record shop. Frank Schofield was charged with displaying \"obscene articles for publication for gain\".\n\nhttps://crass.bandcamp.com/album/penis-envy\nhttps://crass.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}