Information about plays

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

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

{
    "id": 3576392,
    "uri": "https://api.kexp.org/v2/plays/3576392/?format=api",
    "airdate": "2025-11-10T10:32:03-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlas",
    "track_id": "fdaf006b-e7d3-332e-a170-2a281b03ee5c",
    "recording_id": "80bfd38b-3048-47a5-a929-9372ab1f227b",
    "artist": "Battles",
    "artist_ids": [
        "8522b9b6-b295-48d7-9a10-8618fb80beb8"
    ],
    "album": "Mirrored",
    "release_id": "8c4aa5cb-d98c-4743-bbc0-b634721cf612",
    "release_group_id": "4fb19c93-dc39-3f09-9859-a4a4de2cfa85",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York City's Battles' \"lively sound combines and reimagines post-rock, prog, psych, electronic music, post-punk, and more in colorful, constantly evolving ways.\"\n\nhttps://www.allmusic.com/artist/battles-mn0000778960",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}