Information about plays

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

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

{
    "id": 3568972,
    "uri": "https://api.kexp.org/v2/plays/3568972/?format=api",
    "airdate": "2025-10-23T14:39:51-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d627531-2008-42ce-a0d1-a6a14dc1b399/1928762409-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d627531-2008-42ce-a0d1-a6a14dc1b399/1928762409-250.jpg",
    "song": "Don't Say Goodnight (It's Time for Love) (Instrumental)",
    "track_id": null,
    "recording_id": "ce2b09c5-598d-4e96-aed7-b0f8e2ee9a59",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Go All the Way",
    "release_id": null,
    "release_group_id": "a2680c5e-249e-384c-b96b-f4ff90745604",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This instrumental  track features the band's signature sound, which included lead guitar from Ernie Isley, bass from Marvin Isley, and keyboards/synthesizers from Chris Jasper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}