Information about plays

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

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

{
    "id": 3601715,
    "uri": "https://api.kexp.org/v2/plays/3601715/?format=api",
    "airdate": "2026-01-08T06:08:45-08:00",
    "show": 65593,
    "show_uri": "https://api.kexp.org/v2/shows/65593/?format=api",
    "image_uri": "https://ia801203.us.archive.org/29/items/mbid-58d021e3-168f-3c57-b8e9-7d9f882c8783/mbid-58d021e3-168f-3c57-b8e9-7d9f882c8783-22455754863_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/29/items/mbid-58d021e3-168f-3c57-b8e9-7d9f882c8783/mbid-58d021e3-168f-3c57-b8e9-7d9f882c8783-22455754863_thumb250.jpg",
    "song": "Green Peppers",
    "track_id": "18826185-0d8f-3974-a17f-5fb62dba0efe",
    "recording_id": "a06f14aa-7ab5-40b2-a0ff-34394f2a35a4",
    "artist": "Herb Alpert’s Tijuana Brass",
    "artist_ids": [
        "012ef4f9-2d35-4000-86e5-bc761f87dab9"
    ],
    "album": "Whipped Cream & Other Delights",
    "release_id": "58d021e3-168f-3c57-b8e9-7d9f882c8783",
    "release_group_id": "4f3ad7c0-abf4-3d58-80f9-1271fc6234e6",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Herb Alpert’s Tijuana Brass' \"Green Peppers\" was released on Whipped Cream & Other Delights, the album sold over 6 million copies in the U.S. \n\nThe album cover is considered a classic pop culture icon. It featured model Dolores Erickson wearing chiffon and shaving cream. The picture was taken at a time when Erickson was three months pregnant. The art was parodied by several groups including once A&M band Soul Asylum, who made fun of the liner notes along with the back cover on their 1989 EP Clam Dip & Other Delights.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}