Information about plays

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

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

{
    "id": 3588027,
    "uri": "https://api.kexp.org/v2/plays/3588027/?format=api",
    "airdate": "2025-12-07T11:06:59-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knock on Wood",
    "track_id": "deefa38f-51ad-4d8f-89d6-a121e8a60bd9",
    "recording_id": "49ba917b-4b9b-473a-8b25-360efb1e1fa5",
    "artist": "Eddie Floyd",
    "artist_ids": [
        "484e8d72-ad54-43cf-bceb-283529ac2b62"
    ],
    "album": "The Complete Stax-Volt Singles 1959-1968: A 26-Track Sampler",
    "release_id": "b2096233-548b-4a5a-b122-de7390e3dac7",
    "release_group_id": "d0c6a889-6701-485b-ac7b-1ecd98661576",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-writer, guitarist\n\nOriginally written for Otis Redding, Floyd and Cropper wrote 'Knock on Wood' at Memphis's Lorraine Motel. \n\nThe title was prompted by notions of a love so good that one might turn to superstition to keep the romance alive. Looking outside their window at a raging storm, Floyd and Cropper added the refrain, β€œIt’s like thunder, lightning, the way you love me is frightening.”\n \nhttps://staxrecords.com/songwriter/eddie-floyd-and-steve-cropper/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}