Information about plays

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

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

{
    "id": 3578778,
    "uri": "https://api.kexp.org/v2/plays/3578778/?format=api",
    "airdate": "2025-11-16T00:53:52-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Die Alone",
    "track_id": null,
    "recording_id": "abb1cbd8-2988-47e2-9f6b-16bd5f5e1b49",
    "artist": "Agony",
    "artist_ids": [
        "1b8f2880-271b-4d32-8664-a08ebbb999ff"
    ],
    "album": "Millenium",
    "release_id": null,
    "release_group_id": "831b4b19-2934-4a18-8984-7907c6605dd9",
    "labels": [
        "Cinismo"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Bogota, Columbia in 1992, Agony featured members of  Dia de los Muertos and Lado Oscuro.  They disbanded in 2002 and briefly reunited in 2007 before splitting again in 2009.\n\nhttps://www.facebook.com/agonyband?ref=ts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}