Information about plays

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

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

{
    "id": 3581690,
    "uri": "https://api.kexp.org/v2/plays/3581690/?format=api",
    "airdate": "2025-11-22T23:26:09-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Class War",
    "track_id": null,
    "recording_id": null,
    "artist": "Proleterror",
    "artist_ids": [],
    "album": "Class War 24",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2024-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Proleterror is an anti-racist street punk band from Spokane, Washington.  The drummer was in the Seattle punk band, Bristle.\n\nhttps://proleterror.com/\nhttps://proleterror.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}