Information about plays

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

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

{
    "id": 3595216,
    "uri": "https://api.kexp.org/v2/plays/3595216/?format=api",
    "airdate": "2025-12-24T05:25:17-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Seems Fine",
    "track_id": null,
    "recording_id": "0dc9fad4-50d3-40cf-a4e2-5ed2ff791e85",
    "artist": "Dolly Mixture",
    "artist_ids": [
        "c2f0fb92-4e5d-4136-97d9-043e10ee1154"
    ],
    "album": "Demonstration Tapes",
    "release_id": null,
    "release_group_id": "87996501-3e2d-30a2-85fe-80627a0ddb67",
    "labels": [
        "Dead Good Dolly Platters"
    ],
    "label_ids": [
        "9dd88fe3-b774-409b-ac75-b84f17ca8753"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I’m amazed that despite the obvious compositional talent they displayed on Demonstration Tapes, few artists have covered Dolly Mixture's music. There’s more than enough evidence on Demonstration Tapes to prove that Dolly Mixture was a very talented group that could have could have been the U.K.’s answer to the Go-Gos had they caught a few breaks.\" -altrockchick.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}