Information about plays

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

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

{
    "id": 3596977,
    "uri": "https://api.kexp.org/v2/plays/3596977/?format=api",
    "airdate": "2025-12-28T00:07:31-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothin’s Gonna Stand in Our Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Kick Axe",
    "artist_ids": [
        "cad3db90-dfce-451a-80c3-52e5cab50f62"
    ],
    "album": "Nothin’s Gonna Stand in Our Way",
    "release_id": null,
    "release_group_id": "997e181e-53e2-4769-a207-c9bddd2d5b95",
    "labels": [
        "Scotti Bros. Records"
    ],
    "label_ids": [
        "225a9e4f-fb91-48ed-83da-17df45c32641"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Credited as Spectre General on the 1986 Transformers-The Movie OST.\nRIP to Larry Gillstrom, their longtime guitar player and keyboardist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}