Information about plays

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

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

{
    "id": 3599878,
    "uri": "https://api.kexp.org/v2/plays/3599878/?format=api",
    "airdate": "2026-01-03T22:12:07-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Síndrome del Impostor",
    "track_id": null,
    "recording_id": null,
    "artist": "Violencia",
    "artist_ids": [],
    "album": "split w/ Dry Socket",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "To Live a Lie"
    ],
    "label_ids": [
        "1c249c91-d8b8-474e-ace5-7b1cbf9ca7fe"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tiajuana's Violencia will also be performing at CY Fest in LA March 26th -28th.\n\nhttps://violenciahc.bandcamp.com/album/dry-socket-violencia-split",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}