Information about plays

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

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

{
    "id": 3596389,
    "uri": "https://api.kexp.org/v2/plays/3596389/?format=api",
    "airdate": "2025-12-26T18:02:59-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "https://ia801604.us.archive.org/28/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/28/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb250.jpg",
    "song": "Sour Times",
    "track_id": "e2f611d3-0cc1-3ac2-ad90-d33a02b49c4c",
    "recording_id": "1234a7ae-2af2-4291-aa84-bd0bafe291a1",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "76df3287-6cda-33eb-8e9a-044b5e15ffdd",
    "release_group_id": "48140466-cff6-3222-bd55-63c27e43190d",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portishead are an English electronic band formed in 1991 in Bristol. The band comprises Beth Gibbons, Geoff Barrow, and Adrian Utley.\n\nhttps://www.portishead.co.uk/\n\nPortishead tribute, Sour Times, is playing at Tractor Tavern tonight! https://www.ticketweb.com/event/sour-times-portishead-tribute-w-tractor-tickets/14713373?pl=tractor&REFID=clientsitewp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}