Information about plays

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

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

{
    "id": 3594264,
    "uri": "https://api.kexp.org/v2/plays/3594264/?format=api",
    "airdate": "2025-12-22T00:58:41-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fresh Snow",
    "track_id": null,
    "recording_id": "3ec36310-dae6-4563-bedb-486aea9807f1",
    "artist": "Greg Foat & Art Themen",
    "artist_ids": [
        "7c86ac0b-81af-42fb-b49a-28d3eee4663c",
        "02fa6226-713c-4c6b-848e-666cf2dd9e85"
    ],
    "album": "Off‐Piste",
    "release_id": null,
    "release_group_id": "a230b92e-88c0-455a-aa6d-ecbc1bf7424e",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2023-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fresh Snow off the Off-Piste album from the keyboardist Greg Foat with the legendary Art Themen on Soprano & Tenor Sax",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}