Information about plays

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

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

{
    "id": 3450253,
    "uri": "https://api.kexp.org/v2/plays/3450253/?format=api",
    "airdate": "2025-01-12T15:01:33-08:00",
    "show": 62360,
    "show_uri": "https://api.kexp.org/v2/shows/62360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sunday Afternoon Jazz Blues Society",
    "track_id": null,
    "recording_id": null,
    "artist": "Bobby Bradford-John Carter Quintet",
    "artist_ids": [
        "13e12270-2c2f-4cd1-82ab-5aceda66512b"
    ],
    "album": "Self Determination Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American jazz trumpeter, cornetist, bandleader, and composer Bobby Bradford is a longtime musical and personal mentor for many in the Los Angeles basin over many decades. In addition to solo work, Bradford has worked with John Carter, Vinny Golia and Ornette Coleman. Bobby and his wife Lisa lost their Altadena home in the 2025 greater Los Angeles wildfires. A gofundme has been set up to help them recover:\n\nhttps://gofund.me/ed97a608",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}