Information about plays

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

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

{
    "id": 3626732,
    "uri": "https://api.kexp.org/v2/plays/3626732/?format=api",
    "airdate": "2026-03-08T11:21:20-07:00",
    "show": 66126,
    "show_uri": "https://api.kexp.org/v2/shows/66126/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc10240b-ebb3-4174-a082-dedcc365d45d/6905764502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc10240b-ebb3-4174-a082-dedcc365d45d/6905764502-250.jpg",
    "song": "Avant Gardener",
    "track_id": null,
    "recording_id": "33d9c59d-81ad-4f26-ae1c-87e4136d3411",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "The Double EP: A Sea of Split Peas",
    "release_id": null,
    "release_group_id": "82d1fb38-4b67-425e-9cf9-274d87df034a",
    "labels": [
        "Mom+Pop"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Melbourne, AUS doing this song live at The Triple Door in 2014 especially for KEXP's VIP Club fans\nhttps://youtu.be/UtEJuhHWRwc?si=XuAWpFRfP9ac-yrI\nBarnett is playing the Woodland Park Zoo, Seattle 8/18 and The Fillmore in SF 08/26",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}