Information about plays

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

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

{
    "id": 3612017,
    "uri": "https://api.kexp.org/v2/plays/3612017/?format=api",
    "airdate": "2026-02-01T19:37:39-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/9158b2f4-8f32-4250-ba58-b78b1cda0825/18056553013-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9158b2f4-8f32-4250-ba58-b78b1cda0825/18056553013-250.jpg",
    "song": "Sittin’ Up in My Room",
    "track_id": null,
    "recording_id": "2e8ee5e1-1ff6-4dc0-98e6-ba67dd406e02",
    "artist": "Brandy",
    "artist_ids": [
        "01e60eba-52df-4694-8f09-39f43abe54e9"
    ],
    "album": "Waiting to Exhale: Original Soundtrack Album",
    "release_id": null,
    "release_group_id": "3f4b4701-580c-3284-9b42-33fe6716d33c",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sittin' Up in My Room\" was recorded for the 1995 film 'Waiting to Exhale'. Brandy talked about working with producer Babyface:\n“I was going crazy with my vocal runs because I really wanted to impress Babyface. I knew how to pull back, but it was one of those things where I thought, ‘This is my chance!’ I always wanted to work with Babyface going back to \"Tender Lover\"... Actually, he was the most legendary producer that I had worked with to that point. So when I was recording ‘Sittin’ Up In My Room,’ I was thinking, ‘This is my chance to show Babyface that I could sing!’ But he was like, ‘You don’t have to do all of that. Just sing, baby. Just keep your vocals simple.’”\n\nVideo!\nhttps://youtu.be/yge2PqEZZJo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}