Information about plays

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

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

{
    "id": 3637918,
    "uri": "https://api.kexp.org/v2/plays/3637918/?format=api",
    "airdate": "2026-04-04T21:13:45-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/674c13eb-099b-46cb-8b64-e30a9dd115d3/44580813771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/674c13eb-099b-46cb-8b64-e30a9dd115d3/44580813771-250.jpg",
    "song": "Let’s Keep the Circle Small",
    "track_id": null,
    "recording_id": "061ab401-36a8-459d-aa86-ec077ba60715",
    "artist": "Western Addiction",
    "artist_ids": [
        "911ca6c8-6238-4aab-9ad3-60d964ffb453"
    ],
    "album": "Psychedelic Munitions",
    "release_id": null,
    "release_group_id": "9d6145fe-f7b0-4c30-84b7-99e61d30449a",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Western Addiction will be playing at The Fillmore in SF on May 16th and 17th with Lagwagon, Strung Out, and Swingin Utters.\n\nhttps://westernaddiction.bandcamp.com/music\nhttps://fatwreck.com/collections/western-addiction",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}