Information about plays

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

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

{
    "id": 3543301,
    "uri": "https://api.kexp.org/v2/plays/3543301/?format=api",
    "airdate": "2025-08-22T13:51:50-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://dn721204.ca.archive.org/0/items/mbid-616ed89a-d729-3e9f-9ada-1617e69e91f3/mbid-616ed89a-d729-3e9f-9ada-1617e69e91f3-23441041869_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-616ed89a-d729-3e9f-9ada-1617e69e91f3/mbid-616ed89a-d729-3e9f-9ada-1617e69e91f3-23441041869_thumb250.jpg",
    "song": "It’s Like That",
    "track_id": "058fc920-6986-352b-bf39-6596401581ce",
    "recording_id": "ed4b4421-542c-4a26-809c-b8c4777535de",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Run‐D.M.C.",
    "release_id": "616ed89a-d729-3e9f-9ada-1617e69e91f3",
    "release_group_id": "eec6f4a7-b992-34df-8984-af0fe00550e0",
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Erin in Bellevue who says: \n\n\"Thank you KEXP for music skills yesterday I lost my mom in 2004. We have a plaque for her at your gathering space, Cheryl Tsang, saying  that could you play run DMC ·It's Like That\" it just gets me happy and dancing and I know that's the vibe for today. Thank you Larry\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}