Information about plays

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

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

{
    "id": 3622311,
    "uri": "https://api.kexp.org/v2/plays/3622311/?format=api",
    "airdate": "2026-02-25T22:23:32-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Yaya Bey",
    "artist_ids": [
        "f55859c9-0642-47dc-8c68-4aa2db484b23"
    ],
    "album": "Fidelity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2026-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming fourth record from Queens-born Yaya Bey. “Blue” is the first song I wrote for the album. I wrote it when I was rock bottom coming off the heels of do it afraid. When I realized I had to make a big shift mentally and emotionally or I was gonna drown. The production is really reminiscent of early 2000's Pop/R&B like something red-haired Kelly Rowland would sing over on one of her solo projects. The nostalgia drew me to it. Almost like I'm coaching my younger self through something. Which I guess ultimately I am.”\n\nhttps://yayabey.bandcamp.com/album/fidelity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}