Information about plays

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

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

{
    "id": 3543921,
    "uri": "https://api.kexp.org/v2/plays/3543921/?format=api",
    "airdate": "2025-08-23T20:47:39-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paalam Mahal",
    "track_id": "e99ed645-d619-4324-b674-75ef9e816690",
    "recording_id": "c490436a-ac88-497a-b8b1-ecfb2b699054",
    "artist": "Abyssinian Creole",
    "artist_ids": [
        "2740db50-b1cf-4267-a15b-4be01b0cd683"
    ],
    "album": "Sexy Beast",
    "release_id": "ef306c88-d11e-436f-8707-c02700ba2f85",
    "release_group_id": "d518661a-5a55-425e-ae37-eaa7ec6ea330",
    "labels": [
        "MADK Productions"
    ],
    "label_ids": [
        "d4805dd1-72a2-4dce-9e8f-29e96e953b62"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A hip-hop group featuring KEXP's Gabriel Teodros!\n\nAbyssianian Creole released one record, 2005's Sexy Beast. The following year, they joined with Geologic of Blue Scholars and Macklemore to form Good Medicine.\n\nhttps://open.spotify.com/album/1ZMmuYRSSz23AMRZOJGpbx",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}