Information about plays

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

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

{
    "id": 3543312,
    "uri": "https://api.kexp.org/v2/plays/3543312/?format=api",
    "airdate": "2025-08-22T14:26:45-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia600802.us.archive.org/19/items/mbid-6e5077f4-2690-41d7-b1e8-faf8eff4a752/mbid-6e5077f4-2690-41d7-b1e8-faf8eff4a752-42106443114_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-6e5077f4-2690-41d7-b1e8-faf8eff4a752/mbid-6e5077f4-2690-41d7-b1e8-faf8eff4a752-42106443114_thumb250.jpg",
    "song": "Buzzbomb",
    "track_id": "3ec7966b-e00e-3d0f-8fe2-a1a8c87ad568",
    "recording_id": "309edfe0-b854-4edf-a9ae-e6417cf7b6ca",
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Plastic Surgery Disasters / In God We Trust, Inc.",
    "release_id": "6e5077f4-2690-41d7-b1e8-faf8eff4a752",
    "release_group_id": "3038f510-eee5-3120-9fd6-548751cbdd8c",
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Jason in Wenatchee",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}