Information about plays

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

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

{
    "id": 3565459,
    "uri": "https://api.kexp.org/v2/plays/3565459/?format=api",
    "airdate": "2025-10-15T15:41:23-07:00",
    "show": 64842,
    "show_uri": "https://api.kexp.org/v2/shows/64842/?format=api",
    "image_uri": "https://ia800809.us.archive.org/35/items/mbid-eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f/mbid-eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f-4512103446_thumb500.jpg",
    "thumbnail_uri": "https://ia600809.us.archive.org/35/items/mbid-eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f/mbid-eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f-4512103446_thumb250.jpg",
    "song": "Aliens",
    "track_id": "be6d920e-62ce-3156-b596-7b41c3540ec7",
    "recording_id": "a6e687b2-c20c-4eb0-8dbf-4d6b4dc02af4",
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "The Return of Dr. Octagon",
    "release_id": "eca93d86-dcd4-4f3d-bac6-ddc62ac2b73f",
    "release_group_id": "a65c8d84-210e-3416-9cdb-5ff4fe8bbaa4",
    "labels": [
        "OCD International"
    ],
    "label_ids": [
        "91c34820-c536-488c-a238-cdd3d8b73af7"
    ],
    "release_date": "2006-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Recorded in a twelfth-century castle in Germany, “Aliens” is classic Kool Keith: a fractured sci-fi narrative, metaphors piled up like a twenty-car collision, and some of the most mindbending emceeing and beatmaking imaginable.\" Read this discussion of the song and the video: https://www.hipvideopromo.com/clients/dr_octagon/\n--\nHere's that video: https://www.youtube.com/watch?v=swN2OB76f3s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}