Information about plays

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

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

{
    "id": 3633844,
    "uri": "https://api.kexp.org/v2/plays/3633844/?format=api",
    "airdate": "2026-03-26T10:11:53-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://coverartarchive.org/release/44a243ac-1cde-4992-8957-384b3ac8fba7/23109749568-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44a243ac-1cde-4992-8957-384b3ac8fba7/23109749568-250.jpg",
    "song": "Beep",
    "track_id": null,
    "recording_id": "487c826c-955a-4203-8a30-0946dbc92ec9",
    "artist": "Pylon",
    "artist_ids": [
        "5f895285-0598-4a03-a10f-ac171746ef45"
    ],
    "album": "Chomp",
    "release_id": null,
    "release_group_id": "9e119f44-8015-35de-a923-ffee01c31300",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mitch Easter (of Ex Hex) engineered Pylon's 'Chomp' album. \n\nVanessa Hay - \"We saw that we wanted to try Mitch Easter's Drive-In Studio and get Chris Stamey and Gene Holder (of the dB's) to produce the rest of the record. That was in Mitch's parents' garage- his mom would make us coffee and muffins.\" - https://www.furious.com/perfect/pylon2.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}