Information about plays

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

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

{
    "id": 3659823,
    "uri": "https://api.kexp.org/v2/plays/3659823/?format=api",
    "airdate": "2026-05-26T13:28:27-07:00",
    "show": 66821,
    "show_uri": "https://api.kexp.org/v2/shows/66821/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb05981e-89ba-44ce-9184-ce625fc0d2aa/31396612442-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb05981e-89ba-44ce-9184-ce625fc0d2aa/31396612442-250.jpg",
    "song": "Tymps (The Sick in the Head Song)",
    "track_id": null,
    "recording_id": "098c08d8-0d5a-442a-a7e5-71240e30b213",
    "artist": "Fiona Apple",
    "artist_ids": [
        "a9ee533f-8871-4f62-a6bb-91eb264abc90"
    ],
    "album": "Extraordinary Machine",
    "release_id": null,
    "release_group_id": "81c98a74-56ba-355e-8d63-83e12a63dace",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tymps\" in this case is short for \"timpani,\" which are kettle drums. Fiona wrote the song on a portable Yamaha electric keyboard she had at home, which is something she rarely does, since most of her writing is on a piano. The song had a timpani sound, which is how it got the title.\n--\nThe Extraordinary Machine album was leaked on the internet months before its official release. \"Tymps\" did not appear on the leaked version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}