Information about plays

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

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

{
    "id": 3634895,
    "uri": "https://api.kexp.org/v2/plays/3634895/?format=api",
    "airdate": "2026-03-28T23:04:56-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ha Ha Ha",
    "track_id": null,
    "recording_id": "fc65135d-60b3-4d1f-9f3c-e4ed96e920e2",
    "artist": "Flipper",
    "artist_ids": [
        "4e99b3a5-654b-43ee-a9bf-c55c155c0495"
    ],
    "album": "Love Canal / Ha Ha Ha",
    "release_id": null,
    "release_group_id": "3c49a7c8-8cb0-489d-9714-cfba86f7e462",
    "labels": [
        "Subterranean Records"
    ],
    "label_ids": [
        "bc27c046-8945-49e0-b237-6d74858ded3c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Released in 1981 as the B-side to the \"Love Canal\" 7\" single on San Francisco’s Subterranean Records. Flipper was founded by former Sleepers member Ricky Williams, former Rad Command member Ted Falconi, and former Negative Trend members Will Shatter and Steve DePace in 1979 in San Francisco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}