Information about plays

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

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

{
    "id": 3610500,
    "uri": "https://api.kexp.org/v2/plays/3610500/?format=api",
    "airdate": "2026-01-29T06:13:28-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-367f9ca3-5430-44be-8935-cbad5e2d17d6/mbid-367f9ca3-5430-44be-8935-cbad5e2d17d6-44156348948_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-367f9ca3-5430-44be-8935-cbad5e2d17d6/mbid-367f9ca3-5430-44be-8935-cbad5e2d17d6-44156348948_thumb250.jpg",
    "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!\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",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}