Information about plays

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

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

{
    "id": 3538291,
    "uri": "https://api.kexp.org/v2/plays/3538291/?format=api",
    "airdate": "2025-08-10T07:06:06-07:00",
    "show": 64251,
    "show_uri": "https://api.kexp.org/v2/shows/64251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I DREAM ABOUT SINKING",
    "track_id": null,
    "recording_id": null,
    "artist": "Quadeca",
    "artist_ids": [
        "3a4024dc-cc62-4d9b-8bed-c22426136a52"
    ],
    "album": "Vanisher, Horizon Scraper",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "X8 Music"
    ],
    "label_ids": [],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dreamy instrumental off the adventurous new album from Quadeca ~ \nhttps://quadeca.com :: \nQuadeca will be playing Great American Music Hall in San Francisco on September 30th and October 1st and at Neumo's in Seattle on October 4th! (some shows already sold out)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}