Information about plays

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

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

{
    "id": 3564186,
    "uri": "https://api.kexp.org/v2/plays/3564186/?format=api",
    "airdate": "2025-10-12T11:36:38-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bluebird (with Margo Price)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dillon Warnek",
    "artist_ids": [
        "ea2e138b-5b72-472b-af7d-dc9977092f42"
    ],
    "album": "As the Neighbors Tried to Sleep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soggy Anvil"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Warnek cowrote “Bluebird” with Margo Price and her husband Jeremy Ivey. Price appears a couple more times on the album on “Speeding Bullet Out of Georgia” and “Pretend You Miss Me”\n\nWarnek is supporting Margo Price in Seattle at Neptune Theater on November 5th:\nhttps://www.livenation.com/artist/K8vZ917rjF7/dillon-warnek-events#shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}