Information about plays

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

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

{
    "id": 3663245,
    "uri": "https://api.kexp.org/v2/plays/3663245/?format=api",
    "airdate": "2026-06-03T14:30:48-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://dn711007.ca.archive.org/0/items/mbid-0638eb80-3850-4fe0-bc99-a5009577af9c/mbid-0638eb80-3850-4fe0-bc99-a5009577af9c-18190194735_thumb500.jpg",
    "thumbnail_uri": "https://dn711007.ca.archive.org/0/items/mbid-0638eb80-3850-4fe0-bc99-a5009577af9c/mbid-0638eb80-3850-4fe0-bc99-a5009577af9c-18190194735_thumb250.jpg",
    "song": "The Makings of You",
    "track_id": "c707c84e-5cc7-3832-a8d3-329813484005",
    "recording_id": "05539bd7-faf8-430d-a0f4-825b9bc11677",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Curtis/Live!",
    "release_id": "0638eb80-3850-4fe0-bc99-a5009577af9c",
    "release_group_id": "a374f6fc-48c1-305b-a626-7c81cef08a8f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the birthday (1942) of Curtis Mayfield, inducted twice into the Rock Hall of Fame for both his solo work and his work with The Impressions.\n--\nWant to see Curtis Mayfield sing this beautiful song live?: https://www.youtube.com/watch?v=fZHo0MHFczI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}