Information about plays

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

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

{
    "id": 3540573,
    "uri": "https://api.kexp.org/v2/plays/3540573/?format=api",
    "airdate": "2025-08-16T00:08:20-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweat",
    "track_id": "0d9b892c-e679-402d-82d7-e6b92622dc3f",
    "recording_id": "468a54ef-ae10-4186-998e-d800767333c9",
    "artist": "Livt",
    "artist_ids": [
        "740cd26f-a012-4ec1-9568-03f7d90ab7cb"
    ],
    "album": "Pink and Orange",
    "release_id": "c31a11d3-0d86-4995-918c-a4c940da86b0",
    "release_group_id": "b6e04715-78a2-4bb7-8445-4824951bd773",
    "labels": [
        "Day One"
    ],
    "label_ids": [
        "94dae674-ac1f-4b35-9c76-4f42a0916502"
    ],
    "release_date": "2022-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Livt will be performing in Seattle on August 30 at the Clock-Out Lounge, opening for Vancouver, BC's Kimmortal.\n\nhttps://clockoutlounge.com/tm-event/otow-presents-the-good-foot-hosted-by-khingz-feat-kimmortal-livt-mic-flont/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}