Information about plays

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

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

{
    "id": 3605779,
    "uri": "https://api.kexp.org/v2/plays/3605779/?format=api",
    "airdate": "2026-01-18T00:36:47-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Adversary",
    "track_id": null,
    "recording_id": null,
    "artist": "Immolation",
    "artist_ids": [
        "c373c7f0-fddf-4c04-a327-19dd83590753"
    ],
    "album": "Descent",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Immolation will be touring with Deicide, Rotting Christ, and Behemoth this year.  They will be playing at:\n - The Regency Ballroom in SF on April 15th\n - The Roseland Theater in Portland on April 18th\n - Showbox Sodo in Seattle on April 19th\n\nhttps://www.immolation.info/\nhttps://immolation.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}