Information about plays

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

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

{
    "id": 3632711,
    "uri": "https://api.kexp.org/v2/plays/3632711/?format=api",
    "airdate": "2026-03-23T11:01:14-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-9e4a7a70-640a-4e06-adc7-daadf5d262d3/mbid-9e4a7a70-640a-4e06-adc7-daadf5d262d3-36034105145_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-9e4a7a70-640a-4e06-adc7-daadf5d262d3/mbid-9e4a7a70-640a-4e06-adc7-daadf5d262d3-36034105145_thumb250.jpg",
    "song": "Someday Man",
    "track_id": "81e411ab-a941-453b-a8d9-89040346243b",
    "recording_id": "ac9d10a8-5d05-4d26-b0f5-b8823cab83de",
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "Golden Story",
    "release_id": "9e4a7a70-640a-4e06-adc7-daadf5d262d3",
    "release_group_id": "818221de-a2cd-4501-acfa-a5a0b8b574ca",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And following the Monkees cover, this original Monkees tune was written by Paul Williams and Roger Nicols, and sung by the dreamy Davy Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}