Information about plays

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

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

{
    "id": 3663242,
    "uri": "https://api.kexp.org/v2/plays/3663242/?format=api",
    "airdate": "2026-06-03T14:21:07-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://coverartarchive.org/release/df1d1e35-5872-420a-86da-fe306daedd5e/34113857294-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df1d1e35-5872-420a-86da-fe306daedd5e/34113857294-250.jpg",
    "song": "Spread Your Wings",
    "track_id": null,
    "recording_id": "2aee6ae0-3d91-4b90-97ae-15c7c2a9cd20",
    "artist": "Peabo Bryson",
    "artist_ids": [
        "b8170690-3a95-42e4-adef-afc9576ed90c"
    ],
    "album": "Crosswinds",
    "release_id": null,
    "release_group_id": "5dbe3724-14c0-46c6-a0b7-7fd8f063a55d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Peabo Bryson, soul singer known as the Voice of Love, renowned for his duets with female singers like Celine Dion and Roberta Flack, has died from complications of a stroke at age 75: https://www.nytimes.com/2026/06/02/arts/music/peabo-bryson-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}