Information about plays

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

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

{
    "id": 3651940,
    "uri": "https://api.kexp.org/v2/plays/3651940/?format=api",
    "airdate": "2026-05-08T01:23:37-07:00",
    "show": 66657,
    "show_uri": "https://api.kexp.org/v2/shows/66657/?format=api",
    "image_uri": "https://ia801802.us.archive.org/20/items/mbid-56429ce4-c52a-4618-bc5a-1c7b6ca5e681/mbid-56429ce4-c52a-4618-bc5a-1c7b6ca5e681-28561271511_thumb500.jpg",
    "thumbnail_uri": "https://ia801802.us.archive.org/20/items/mbid-56429ce4-c52a-4618-bc5a-1c7b6ca5e681/mbid-56429ce4-c52a-4618-bc5a-1c7b6ca5e681-28561271511_thumb250.jpg",
    "song": "my neighbor",
    "track_id": "a4825cb1-f081-4c25-86f7-6df84c112ae5",
    "recording_id": "4db6123b-5dd1-47a6-b25c-3a703767efc0",
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "sketchy",
    "release_id": "56429ce4-c52a-4618-bc5a-1c7b6ca5e681",
    "release_group_id": "3471afbd-b1c9-4852-acf8-3cae147a9e2c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2021-03-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland duo tUnE-yArDs provided the soundtrack to Boots Riley's latest film, I Love Boosters (releasing in US theaters May 22!). \n\nCheck out an exclusive 2021 Live at Home set with tUnE-yArDs + conversation with Larry Mizell Jr !\nhttps://youtu.be/O5oRXdidpsI\n\nhttps://tune-yards.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}