Information about plays

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

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

{
    "id": 3547969,
    "uri": "https://api.kexp.org/v2/plays/3547969/?format=api",
    "airdate": "2025-09-02T11:49:18-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barca Quemada",
    "track_id": null,
    "recording_id": null,
    "artist": "Triángulo de Amor Bizarro",
    "artist_ids": [
        "c99d1db4-d5ab-4795-a7f5-42ebba5fd0bc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance of \"Barca Quemada\": https://www.youtube.com/watch?v=Yr2fC7pIpIs\n--\nTriángulo de Amor Bizarro is a Galician post-punk/indie rock band formed in 2004.  They'll be part of KEXP's \"Live on KEXP from Bilbao\" broadcast, October 28-31.  Learn more about it here: https://www.kexp.org/bilbao/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}