Information about plays

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

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

{
    "id": 3597895,
    "uri": "https://api.kexp.org/v2/plays/3597895/?format=api",
    "airdate": "2025-12-30T06:39:56-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bo Diddley",
    "track_id": "92f3ef05-9f8d-3ee2-8e01-3fce8260130c",
    "recording_id": "1a93192a-7312-4a9c-a3a3-3231424c1723",
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Blowing the Fuse: 29 R&B Classics That Rocked the Jukebox in 1955",
    "release_id": "dd82e227-f715-4706-9fab-8c54bbf327bf",
    "release_group_id": "183e9385-659a-3bfd-bce8-6d12ad31349f",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2005-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Bo Diddley, born on this day in 1928!\n\nEllas Bates McDaniel (December 30, 1928 – June 2, 2008), known professionally as Bo Diddley, was an American guitarist and singer who played a key role in the transition from the blues to rock and roll. His use of African rhythms and a signature beat, a simple five-accent hambone rhythm, is a cornerstone of hip hop, rock, and pop music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}