Information about plays

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

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

{
    "id": 3572850,
    "uri": "https://api.kexp.org/v2/plays/3572850/?format=api",
    "airdate": "2025-11-01T23:21:36-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fast Fascist",
    "track_id": null,
    "recording_id": null,
    "artist": "Wilma",
    "artist_ids": [
        "8769ca2b-92b0-469d-a494-459c0d47da1f"
    ],
    "album": "Pornography Lies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Subterranian"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wilma was one of the few and first ever out lesbian punk bands. The band formed in San Francisco in 1981 and consisted of K. D. Davis, Louise Diedrich, and Yvette Kay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}