Information about plays

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

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

{
    "id": 3597594,
    "uri": "https://api.kexp.org/v2/plays/3597594/?format=api",
    "airdate": "2025-12-29T11:30:45-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Karma Police",
    "track_id": null,
    "recording_id": "4f3c5b08-fbac-44e1-9b40-6786fc489c05",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Karma Police",
    "release_id": null,
    "release_group_id": "d8758f15-65c9-3f34-baf9-475b30755e2b",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song originated from an inside joke where band members would warn each other with the phrase, “The karma police will get you,” for bad behavior, a concept that resonated with themes of fate and control on the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}