Information about plays

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

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

{
    "id": 3547437,
    "uri": "https://api.kexp.org/v2/plays/3547437/?format=api",
    "airdate": "2025-09-01T05:07:38-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia601903.us.archive.org/23/items/mbid-1ab80213-58fd-4051-ba7c-b849c05db18c/mbid-1ab80213-58fd-4051-ba7c-b849c05db18c-4171166870_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/23/items/mbid-1ab80213-58fd-4051-ba7c-b849c05db18c/mbid-1ab80213-58fd-4051-ba7c-b849c05db18c-4171166870_thumb250.jpg",
    "song": "Time Is Tight",
    "track_id": "4a0b92fe-d0bc-3a91-abce-c46ae1862f26",
    "recording_id": "974367ac-67c0-4eda-90d1-696964d2db30",
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "The Very Best of Booker T. & The MG’s",
    "release_id": "1ab80213-58fd-4051-ba7c-b849c05db18c",
    "release_group_id": "a5f416d7-eb90-375d-8118-30cbfd7d82b9",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As the house band at Stax Records in Memphis, Tennessee, Booker T. & the MG’s may have been the single greatest factor in the lasting value of that label’s soul music, not to mention Southern soul as a whole. Their tight, impeccable grooves could be heard on classic hits by Otis Redding, Wilson Pickett, Carla Thomas, Albert King, and Sam & Dave, and for that reason alone, they would deserve their subsequent induction into the Rock & Roll Hall of Fame.\n\nhttps://staxrecords.com/artist/booker-t-the-m-g-s/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}