Information about plays

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

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

{
    "id": 3549732,
    "uri": "https://api.kexp.org/v2/plays/3549732/?format=api",
    "airdate": "2025-09-06T19:57:40-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/6de7a9ea-43f1-45c4-85ae-c091fcddfa54/13698806890-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6de7a9ea-43f1-45c4-85ae-c091fcddfa54/13698806890-250.jpg",
    "song": "Stay Cold",
    "track_id": null,
    "recording_id": "d479863f-224b-43e9-8654-2a397c664d90",
    "artist": "Miserable",
    "artist_ids": [
        "123a7f7b-b731-4674-a9cb-5b886f2d80ac"
    ],
    "album": "Uncontrollable",
    "release_id": null,
    "release_group_id": "35ceb99f-2dc4-4155-a29c-c77fe3d933fb",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kristina Esfandiari is Miserable. Based in the Bay Area and the vocalist in King Woman, Kristina writes and performs a brand of moving and evocative music that oozes with nostalgia – and the Uncontrollable LP is no different.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}