Information about plays

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

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

{
    "id": 3576949,
    "uri": "https://api.kexp.org/v2/plays/3576949/?format=api",
    "airdate": "2025-11-11T19:42:33-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Herbs & Wine",
    "track_id": null,
    "recording_id": null,
    "artist": "Kraak & Smaak, Ivar",
    "artist_ids": [
        "472fcf2f-eaa2-44a2-8e8f-2ecd23cd0fc7",
        "3b2a95d5-0a28-4880-ac61-094db7662be1"
    ],
    "album": "Velvet Seas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Boogie Angst"
    ],
    "label_ids": [
        "60674eb1-b5f9-4ab0-9978-ab4100eb004a"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Serving up an eclectic mix of electronic, funk and downbeat music, this collaboration comes out of the Netherlands, using all sorts of synth patches and mixing modern elements with some vocal soul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}