Information about plays

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

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

{
    "id": 3624830,
    "uri": "https://api.kexp.org/v2/plays/3624830/?format=api",
    "airdate": "2026-03-03T14:09:59-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alice in My Fantasies",
    "track_id": null,
    "recording_id": "1585fe3a-fe0b-4302-bad8-dcacf9a00be7",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Standing on the Verge of Getting It On",
    "release_id": null,
    "release_group_id": "2aca4ebe-fd78-3222-930d-b521a82e3e51",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1974-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clocking in just shy of two and a half minutes, the track is one of the album's shortest, but it sizzles the whole damn time due to Hazel's prowess at laying down one hypnotic, thick lick after another, after another (after another).\n\nRead a retrospective review: https://www.chicagoreader.com/Bleader/archives/2013/03/18/12-oclock-track-funkadelics-torrid-guitar-hard-alice-in-my-fantasies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}