Information about plays

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

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

{
    "id": 3571095,
    "uri": "https://api.kexp.org/v2/plays/3571095/?format=api",
    "airdate": "2025-10-28T17:31:03-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://ia902902.us.archive.org/16/items/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71-30205388223_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/16/items/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71/mbid-1b470ab5-5e43-4987-836d-fedbb4572a71-30205388223_thumb250.jpg",
    "song": "(Don’t Fear) The Reaper",
    "track_id": "33ac314a-d04e-3526-9a67-7ce987ba9c2c",
    "recording_id": "125c117d-a7a1-4dc4-a609-67f31eb11613",
    "artist": "Blue Öyster Cult",
    "artist_ids": [
        "c7423e0c-ab3e-4ab4-be10-cdff5a9d3062"
    ],
    "album": "Agents of Fortune",
    "release_id": "1b470ab5-5e43-4987-836d-fedbb4572a71",
    "release_group_id": "ec282fb2-4fc7-3bee-99ab-f11c6b821b55",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blue Öyster Cult is an American rock band formed on Long Island, New York, in 1967.\n\nDoes this song remind you of the \"More Cowbell\" sketch on SNL? You are not alone. Explore the space. Take a watch here: https://www.youtube.com/watch?v=cVsQLlk-T0s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}