Information about plays

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

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

{
    "id": 3605582,
    "uri": "https://api.kexp.org/v2/plays/3605582/?format=api",
    "airdate": "2026-01-17T16:55:48-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mad Rooter",
    "track_id": "54454eca-afe1-4e8b-96dc-8b277401c3e8",
    "recording_id": "3b379c08-8bdb-4c1e-8274-77c6fd942d25",
    "artist": "Party Dozen",
    "artist_ids": [
        "7fa3024f-7307-41ba-9bc9-57746a1bb3dc"
    ],
    "album": "Mad Rooter / Ghost Rider",
    "release_id": "f6f0d32b-38f1-4e1d-9902-f2aa5447e06f",
    "release_group_id": "4f1ecbce-4d44-43cd-a12c-4ae0e77a23ae",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Party Dozen is a two-piece noise band from Sydney, Australia made up of Kirsty Tickle (saxophone) and Jonathan Boulet (percussion and sampler). https://party-dozen.bandcamp.com/\n\nCheck out their Live on KEXP performance from 2023: https://www.youtube.com/watch?v=TW3nrXRRmww",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}