Information about plays

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

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

{
    "id": 3572815,
    "uri": "https://api.kexp.org/v2/plays/3572815/?format=api",
    "airdate": "2025-11-01T22:02:00-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who's Ready to Get High",
    "track_id": null,
    "recording_id": "33a4afdf-bf86-4aed-a33c-ea41082b5d7c",
    "artist": "Didjits",
    "artist_ids": [
        "e3d01dcb-eb41-4ce9-8506-bfd70aa8d651"
    ],
    "album": "Full Nelson Reilly",
    "release_id": null,
    "release_group_id": "ec9f1f7c-cda6-3f9c-ba6c-42a6dc201039",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1991-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Chicago's Didjits were known for the aggressive guitar playing and persona of Rick Sims, who often baited the audience between songs, and took plenty of abuse for it.  He went on to work with the Lookingglass Theatre Company in Chicago and has his own business as a composer/sound designer.\n\nhttps://didjits.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}