Information about plays

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

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

{
    "id": 3599224,
    "uri": "https://api.kexp.org/v2/plays/3599224/?format=api",
    "airdate": "2026-01-02T12:42:45-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Found God",
    "track_id": "102492f3-dd83-46dd-8a63-2666f0c49d8a",
    "recording_id": "7007b192-2f7c-47aa-95c9-9e05770f1f5f",
    "artist": "Boy Deluxe",
    "artist_ids": [
        "3ee3e2cc-8c5b-482c-ac5a-107711384183"
    ],
    "album": "Hysteria",
    "release_id": "08f7a0b1-80a0-4c3b-9560-8467c3c8cabd",
    "release_group_id": "9b05990f-6cfc-4f5d-9203-9e2558fdf90b",
    "labels": [
        "Industry Houseplant"
    ],
    "label_ids": [
        "13d55b59-10cb-4a80-9a0f-ad241ea4074b"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The latest EP from the LA-via-Seattle duo Boy Deluxe is another exhilarating set of darkwave and electro-punk. With pulsing beats, layered synths, and razor-sharp lyricism, Boy Deluxe delivers 'dark electronic music to punch a fascist to' just when we needed it most.\"\nhttps://www.kexp.org/read/2025/11/24/new-music-reviews-1124/\n\nhttps://boydeluxe.bandcamp.com/album/hysteria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}