Information about plays

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

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

{
    "id": 3578600,
    "uri": "https://api.kexp.org/v2/plays/3578600/?format=api",
    "airdate": "2025-11-15T18:29:42-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's All Smoke",
    "track_id": null,
    "recording_id": "cb94b2eb-88ac-4ea5-8c99-ff5bfc60768b",
    "artist": "The Heats",
    "artist_ids": [
        "2e1be9df-2d6f-4cd2-b776-84818fb22c27"
    ],
    "album": "Burnin' Live",
    "release_id": null,
    "release_group_id": "154341db-8149-44bd-999c-aee02966dbd3",
    "labels": [
        "Sushi Records"
    ],
    "label_ids": [
        "0baf29ce-7eef-46eb-8095-7e5c3f414196"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Heats formed in the late 1970s, laying down power pop and becoming a local favorite before the grunge days. They reunited recently and put out a record in 2024, but this track is from the 80s!\n\nhttps://the-heats.com/home",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}