Information about plays

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

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

{
    "id": 3636865,
    "uri": "https://api.kexp.org/v2/plays/3636865/?format=api",
    "airdate": "2026-04-02T12:38:56-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-54150d7f-df85-4211-92c6-3ba06df8ac04/mbid-54150d7f-df85-4211-92c6-3ba06df8ac04-26091591987_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-54150d7f-df85-4211-92c6-3ba06df8ac04/mbid-54150d7f-df85-4211-92c6-3ba06df8ac04-26091591987_thumb250.jpg",
    "song": "Drunk by Noon",
    "track_id": "16ac58ef-cfea-3bff-a6f9-492934324f4f",
    "recording_id": "3c705dd2-e9a7-4716-bbec-2ed12c221aa4",
    "artist": "The Handsome Family",
    "artist_ids": [
        "195ddaa1-f1e4-4960-a107-58d26cb058a2"
    ],
    "album": "Milk and Scissors",
    "release_id": "54150d7f-df85-4211-92c6-3ba06df8ac04",
    "release_group_id": "5c20ae3c-49c9-302b-b82b-45d2521653a8",
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Handsome Family are a husband and wife duo who formed in Chicago. They recorded their third studio album in Jeff's Tweedy's mobile studio and Jeff regularly covers their song \"So Much Wine\" in concert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}