Information about plays

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

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

{
    "id": 3588386,
    "uri": "https://api.kexp.org/v2/plays/3588386/?format=api",
    "airdate": "2025-12-08T06:29:32-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "https://ia800109.us.archive.org/16/items/mbid-baa752a7-6052-4daa-a857-168a96d30bb2/mbid-baa752a7-6052-4daa-a857-168a96d30bb2-43528065478_thumb500.jpg",
    "thumbnail_uri": "https://ia800109.us.archive.org/16/items/mbid-baa752a7-6052-4daa-a857-168a96d30bb2/mbid-baa752a7-6052-4daa-a857-168a96d30bb2-43528065478_thumb250.jpg",
    "song": "Golden Hour",
    "track_id": "55fd2e6f-37e4-42f0-8f90-1a703493b1c1",
    "recording_id": "b1b427e5-e590-4bf2-9400-efa6b7e7dbee",
    "artist": "Optic Sink",
    "artist_ids": [
        "5fe36aea-71de-4d3d-a213-231a0a83749a"
    ],
    "album": "Lucky Number",
    "release_id": "baa752a7-6052-4daa-a857-168a96d30bb2",
    "release_group_id": "0a460fcf-167a-480f-89f5-4d30d95b2658",
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucky Number, the third album from Memphis trio Optic Sink, finds the band both refining and expanding their hypnotic mix of post-punk and dance music, resulting in a sharp and moving exploration of surfaces, shadows, and self-delusion.\n\nhttps://opticsink.bandcamp.com/album/lucky-number",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}