Information about plays

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

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

{
    "id": 3659463,
    "uri": "https://api.kexp.org/v2/plays/3659463/?format=api",
    "airdate": "2026-05-25T16:08:53-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party Happening People",
    "track_id": null,
    "recording_id": "a1a602dd-eaa4-403d-afe2-6148870214a0",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "Dewdrops in the Garden",
    "release_id": null,
    "release_group_id": "93add536-b911-3fd0-a951-cbc807ce3b60",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1994-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dewdrops in the Garden is the third and final studio album by American dance music band Deee-Lite, released in August 1994 via Elektra Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}