Information about plays

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

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

{
    "id": 3545611,
    "uri": "https://api.kexp.org/v2/plays/3545611/?format=api",
    "airdate": "2025-08-27T20:28:37-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://ia601203.us.archive.org/24/items/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a-14484620789_thumb500.jpg",
    "thumbnail_uri": "https://ia601203.us.archive.org/24/items/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a/mbid-b244c9ec-be2c-36b7-a9ae-d656c5538a1a-14484620789_thumb250.jpg",
    "song": "Astronomy Domine",
    "track_id": "13c7c058-a42c-385a-a7a5-9ea31f7257b1",
    "recording_id": "45e08e33-8432-4b9a-bc3b-1358c2cfd1af",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Piper at the Gates of Dawn",
    "release_id": "b244c9ec-be2c-36b7-a9ae-d656c5538a1a",
    "release_group_id": "6792b6d1-4e65-3c3c-9d20-d08aa1dcfc60",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Requested by a bunch of folks!\n--\n\"The title of Pink Floyd's debut album is taken from a chapter in Syd Barrett's favorite children's book, The Wind in the Willows, and the lyrical imagery of The Piper at the Gates of Dawn is indeed full of colorful, childlike, distinctly British whimsy, albeit filtered through the perceptive lens of LSD.\" https://bit.ly/4592qko\n\nFrom Pink Floyd's first album, 'The Piper at the Gates of Dawn', released in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}