Information about plays

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

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

{
    "id": 3608684,
    "uri": "https://api.kexp.org/v2/plays/3608684/?format=api",
    "airdate": "2026-01-24T21:15:14-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "https://ia800208.us.archive.org/28/items/mbid-5462a435-9c11-492c-84b3-926f1856ed18/mbid-5462a435-9c11-492c-84b3-926f1856ed18-9754310729_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/28/items/mbid-5462a435-9c11-492c-84b3-926f1856ed18/mbid-5462a435-9c11-492c-84b3-926f1856ed18-9754310729_thumb250.jpg",
    "song": "World War III",
    "track_id": "f3f4124d-2d6e-418a-aed2-284e4ca1ec73",
    "recording_id": "1d6e9242-2947-4644-a115-28c10d74008e",
    "artist": "The Suburbs",
    "artist_ids": [
        "aad33feb-a3bc-482e-8269-4c7d853fe181"
    ],
    "album": "Ladies and Gentlemen, the Suburbs Have Left the Bulding",
    "release_id": "5462a435-9c11-492c-84b3-926f1856ed18",
    "release_group_id": "e7758c5f-d745-30c8-ab68-7851bd217399",
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1992-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in 1977, The Suburbs are recognized worldwide as among the original heroes of the \"Minneapolis Sound”; a historic music era that saw the emergence of other bands like The Suicide Commandos, Prince, The Replacements and Husker Du.  \n\nhttps://thesuburbsband.com/\nhttps://www.facebook.com/TheSuburbsBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}