Information about plays

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

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

{
    "id": 3632105,
    "uri": "https://api.kexp.org/v2/plays/3632105/?format=api",
    "airdate": "2026-03-21T20:51:01-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rawhead",
    "track_id": "0598328e-1aab-3ecd-b3c0-7ab312632074",
    "recording_id": "8e5e0750-bb39-421e-b65c-634ff3469b2c",
    "artist": "Teen Angels",
    "artist_ids": [
        "6068c982-6326-4851-a341-513adaacc2b5"
    ],
    "album": "Daddy",
    "release_id": "700b798d-3bfe-4fc7-9cd8-1ea036f046ff",
    "release_group_id": "3936b609-5224-3421-ade5-897092991db9",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Both Coffin Break's \"Diane\" and Teen Angels \"Rawhead\" were mixed by Jack Endino!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}