Information about plays

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

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

{
    "id": 3629022,
    "uri": "https://api.kexp.org/v2/plays/3629022/?format=api",
    "airdate": "2026-03-14T23:03:18-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/e93c6887-f71e-4feb-b05a-8ca49407891d/17248489350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e93c6887-f71e-4feb-b05a-8ca49407891d/17248489350-250.jpg",
    "song": "Waiting Room",
    "track_id": null,
    "recording_id": "7af9cf35-cbc5-4bd7-8208-e0a3ebfd7e74",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "First Demo",
    "release_id": null,
    "release_group_id": "753fb03e-65f5-4805-afe9-373ed573cf87",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2014-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2014 (but recorded in 1988), First Demo was the band's first studio release in over thirteen years, since the release of The Argument in October 2001.\n\nhttps://dischord.com/release/181/first-demo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}