Information about plays

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

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

{
    "id": 3584741,
    "uri": "https://api.kexp.org/v2/plays/3584741/?format=api",
    "airdate": "2025-11-29T22:11:32-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Demonic Paranoia",
    "track_id": null,
    "recording_id": null,
    "artist": "Violent Sadie Mode",
    "artist_ids": [],
    "album": "Incelcore",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Howlin Banana Records"
    ],
    "label_ids": [
        "c8cd10eb-980f-425f-8862-c4fafb754664"
    ],
    "release_date": "2024-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bordeaux, France\n\nhttps://violentsadiemode.bandcamp.com/\n\nHere is a cool interview with the band:\n\nhttps://roughtimes.net/interviews/violent-sadie-mode-fierce-fearless-feminist-france-hardcore-punk-interview-with-sadie-hugo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}