Information about plays

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

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

{
    "id": 3640188,
    "uri": "https://api.kexp.org/v2/plays/3640188/?format=api",
    "airdate": "2026-04-10T06:18:04-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pool Party",
    "track_id": "c46de294-ccbd-45bf-a57b-d30a9fe82cff",
    "recording_id": "c3c5304e-c5cc-4460-9c86-115f531ef28b",
    "artist": "Rudy Willingham",
    "artist_ids": [
        "2ade52c8-bb0d-469a-ad97-030c90dcb414"
    ],
    "album": "Pool Party",
    "release_id": "588daa9c-dfb7-4310-b13e-6a8949d746aa",
    "release_group_id": "f358042a-01d4-4b5e-b41c-95fe384d2593",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "\"Rudy is an electronic producer, DJ, and drone photographer from Seattle. His music smashes spacey synths, obscure samples, and soulful vocals into epic future-funk burritos that provide the soundtrack to his aerial films.\"\n--\n\"Hey ladies\"!! Surely you want this infectious song for your very own. It's yours for free as a KEXP Song of the Day! \n\nhttps://www.kexp.org/podcasts/song-of-the-day/2019/2/22/rudy-willingham-pool-party/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}