Information about plays

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

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

{
    "id": 3588322,
    "uri": "https://api.kexp.org/v2/plays/3588322/?format=api",
    "airdate": "2025-12-08T01:59:17-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How My Heart Sings",
    "track_id": null,
    "recording_id": "07a4bc50-784d-4ae0-8412-7077da5b4774",
    "artist": "Bill Evans",
    "artist_ids": [
        "8247a3f2-3a8e-4256-b322-6c57b03a4e36"
    ],
    "album": "Live at the Penthouse Seattle 1966",
    "release_id": null,
    "release_group_id": "24f57e5e-1e49-41dc-9da6-b986372eaf29",
    "labels": [
        "Resonance"
    ],
    "label_ids": [
        "18cc613f-a46f-466e-b7f4-914f7199abc7"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live record from the Penthouse Club formerly in Pioneer Square from 1966 recently reissued from the master tapes. A few notable Penthouse Live records recently to see the light of day from Ramsey Lewis & Horace Silver.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}