Information about plays

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

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

{
    "id": 3547301,
    "uri": "https://api.kexp.org/v2/plays/3547301/?format=api",
    "airdate": "2025-08-31T20:26:25-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc2811b1-92b8-4fc5-9b8f-8d3cedf7f714/18048115211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc2811b1-92b8-4fc5-9b8f-8d3cedf7f714/18048115211-250.jpg",
    "song": "Cola Bottle Baby",
    "track_id": null,
    "recording_id": "40c14d4c-ed39-4c3f-8183-b93d62a7e460",
    "artist": "Edwin Birdsong",
    "artist_ids": [
        "41f1960d-be42-4ca0-8599-8d0fb77ae6d4"
    ],
    "album": "Edwin Birdsong",
    "release_id": null,
    "release_group_id": "8bdec713-7ba2-3fd4-a939-9f105bf328a8",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1979-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daft Punk sampled \"Cola Bottle Baby\" in \"Harder, Better, Faster, Stronger.\"\n\nEdwin Birdsong was a keyboard player and producer whose blend of funk, jazz and disco music from the 1970s and ′80s developed a cult following and was sampled by a later generation of artists (including Daft Punk).  Read his 2019 obituary in The New York Times:\nhttps://nyti.ms/38v7J67",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}