Information about plays

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

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

{
    "id": 3667571,
    "uri": "https://api.kexp.org/v2/plays/3667571/?format=api",
    "airdate": "2026-06-13T22:20:05-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electric Teenage Beast",
    "track_id": null,
    "recording_id": null,
    "artist": "Maggot House",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electric Teenage Beast is a campy, stripped-down dance-punk track with a beat that'll drive any creep crazy.  Maggot House is a lo-fi, DIY punk project based in Brooklyn, New York, helmed by musician Broose Young.\n\nhttps://maggot-house.bandcamp.com/music\nhttps://maggothouse.wixsite.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}