Information about plays

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

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

{
    "id": 3581699,
    "uri": "https://api.kexp.org/v2/plays/3581699/?format=api",
    "airdate": "2025-11-22T23:47:47-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e464c47-40d6-48dd-a86c-da6e5735b5f2/6145799413-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e464c47-40d6-48dd-a86c-da6e5735b5f2/6145799413-250.jpg",
    "song": "Real Cool",
    "track_id": null,
    "recording_id": "89eddd2a-1cce-4818-bf0c-049043169630",
    "artist": "The Suicide Commandos",
    "artist_ids": [
        "eb7988a4-4a66-4320-a6ea-d17da0da88ac"
    ],
    "album": "Make a Record",
    "release_id": null,
    "release_group_id": "1db8edba-bf49-3228-a62a-f6a6e90f8ccd",
    "labels": [
        "Blank Records"
    ],
    "label_ids": [
        "4ed5881a-d9b5-4a31-b8e4-f77dd5370a14"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Suicide Commandos are playing their final show on March 28th at First Avenue in Minneapolis, MN.\n\nhttps://suicidecommandos.com/events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}