Information about plays

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

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

{
    "id": 3567961,
    "uri": "https://api.kexp.org/v2/plays/3567961/?format=api",
    "airdate": "2025-10-21T08:34:50-07:00",
    "show": 64894,
    "show_uri": "https://api.kexp.org/v2/shows/64894/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supernova (Edit)",
    "track_id": "79bbdfbc-62b2-4892-8a2f-7824392c19d3",
    "recording_id": "ec870c80-2cf9-416f-ac26-0a5224e0eaf8",
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "Supernova",
    "release_id": "226e7534-6513-4252-94a9-9bdd2e23b331",
    "release_group_id": "f18750df-3844-3083-8871-ed412556438a",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Besides Phair’s dominant lead vocals and rhythm guitar lines, the other instruments were played by producer Brad Wood and guitarist Casey Rice, layered after Phair had laid down her basic scratch vocal-and-guitar track.\n--\nLearn about the recording of this track at the Chicago Recording Studio: https://www.mixonline.com/recording/classic-tracks/classic-tracks-supernova-liz-phair-367593",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}