Information about plays

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

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

{
    "id": 3558678,
    "uri": "https://api.kexp.org/v2/plays/3558678/?format=api",
    "airdate": "2025-09-28T04:51:34-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "https://ia801509.us.archive.org/25/items/mbid-cbcda8e3-a1df-4886-98fb-20b004658d6e/mbid-cbcda8e3-a1df-4886-98fb-20b004658d6e-16249532110_thumb500.jpg",
    "thumbnail_uri": "https://ia601509.us.archive.org/25/items/mbid-cbcda8e3-a1df-4886-98fb-20b004658d6e/mbid-cbcda8e3-a1df-4886-98fb-20b004658d6e-16249532110_thumb250.jpg",
    "song": "Darling",
    "track_id": "bfcc45dd-52e8-4be8-a8af-294dd78cfead",
    "recording_id": "fd843230-114c-4bef-8af8-d483a5fe95f6",
    "artist": "Real Estate",
    "artist_ids": [
        "2ff0dfc6-0542-4bbc-a44a-60605c074ba6"
    ],
    "album": "In Mind",
    "release_id": "cbcda8e3-a1df-4886-98fb-20b004658d6e",
    "release_group_id": "917d2414-d7a0-4327-9112-764c7bf45efa",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2017-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Martin Courtney of Real Estate! \n\nHe performed live  with the band in this KEXP studio back in 2017. Watch the full session, including \"Darling,\" here: https://youtu.be/uOI2_KalH4M\n\nCheck out their discography on bandcamp: https://realestate.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}