Information about plays

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

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

{
    "id": 3596999,
    "uri": "https://api.kexp.org/v2/plays/3596999/?format=api",
    "airdate": "2025-12-28T01:49:02-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "https://coverartarchive.org/release/20dd2498-10ae-4fbd-82f7-353fcce76106/19313142954-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20dd2498-10ae-4fbd-82f7-353fcce76106/19313142954-250.jpg",
    "song": "The Fun Palace",
    "track_id": null,
    "recording_id": "e05bacf6-b398-4daf-9a85-4db40d0745de",
    "artist": "Annihilator",
    "artist_ids": [
        "c30ebe30-514f-4e6d-823a-19adf0225a56"
    ],
    "album": "Never, Neverland",
    "release_id": null,
    "release_group_id": "962c63de-e70a-3091-ac66-36217f55eac6",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1990-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Coburn Pharr, vocalist on many across this album and several of their tours in the late 80s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}