Information about plays

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

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

{
    "id": 3634888,
    "uri": "https://api.kexp.org/v2/plays/3634888/?format=api",
    "airdate": "2026-03-28T22:49:23-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Busted",
    "track_id": null,
    "recording_id": null,
    "artist": "General Chaos",
    "artist_ids": [
        "3cd70c5c-5a5b-4554-aeba-f30048ab5f6c"
    ],
    "album": "Can't Please Them All",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stomp"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal’s sixteen-year-old punk trio General Chaos come out swinging with “Busted,” the first advance single from their upcoming second LP \"Can’t Please ’Em All\", out May 8th on Stomp Records. Read more: https://stomprecords.com/bands/general-chaos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}