Information about plays

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

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

{
    "id": 3603170,
    "uri": "https://api.kexp.org/v2/plays/3603170/?format=api",
    "airdate": "2026-01-11T18:21:58-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Today",
    "track_id": null,
    "recording_id": "9a52b303-cbef-44c9-884c-b986062360d1",
    "artist": "Tom Scott & The California Dreamers",
    "artist_ids": [],
    "album": "The Honeysuckle Breeze",
    "release_id": null,
    "release_group_id": "576d600f-28d0-3896-a053-52962ca89067",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a gorgeous cover of the song written by Marty Balin and Paul Kantner from the band Jefferson Airplane.  It appeared on their album \"Surrealistic Pillow.\" \n\nMarty Balin said that he wrote this song in order to get to know Tony Bennett.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}