Information about plays

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

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

{
    "id": 3621209,
    "uri": "https://api.kexp.org/v2/plays/3621209/?format=api",
    "airdate": "2026-02-23T08:45:58-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Take Our Time",
    "track_id": "cf9e4497-d848-4bd2-86e1-dd03cdde12cf",
    "recording_id": "a9b6fe62-226f-45ab-b14a-0964302f0327",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Let's Take Our Time",
    "release_id": "367f9ca3-5430-44be-8935-cbad5e2d17d6",
    "release_group_id": "6993a364-d4b3-4411-85de-fd3291fa5c13",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2026-01-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Durand Jones and the Indications!\n\nhttps://durandjonesandtheindications.bandcamp.com/track/lets-take-our-time\n\nCheck out the band Live on KEXP from 2019: https://www.youtube.com/watch?v=mwVvR41MaMg\n\nhttps://durandjonesandtheindications.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}