Information about plays

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

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

{
    "id": 3597896,
    "uri": "https://api.kexp.org/v2/plays/3597896/?format=api",
    "airdate": "2025-12-30T06:42:47-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "https://coverartarchive.org/release/75882d9a-561a-401b-93ac-90f7f66a600e/25534290729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75882d9a-561a-401b-93ac-90f7f66a600e/25534290729-250.jpg",
    "song": "Story of Bo Diddley",
    "track_id": null,
    "recording_id": "1629329f-d3f3-4843-bf97-35c44429a4f7",
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "The Best of the Animals",
    "release_id": null,
    "release_group_id": "4317e8bb-300b-3eea-9448-20811f3babf2",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Bo Diddley on his birthday today! He would have been 97 years old.\n\n\"The Story of Bo Diddley\" is a 1964 song by the British R&B band The Animals, appearing on their self-titled debut album. It is a unique \"talking blues\" track where lead singer Eric Burdon narrates a semi-biographical history of rock and roll through the lens of one of his heroes, Bo Diddley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}