Information about plays

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

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

{
    "id": 3639929,
    "uri": "https://api.kexp.org/v2/plays/3639929/?format=api",
    "airdate": "2026-04-09T15:07:55-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I See I Am",
    "track_id": null,
    "recording_id": "51d31c04-08b7-4cbb-9eae-ed7680cac58c",
    "artist": "Buzz Clifford",
    "artist_ids": [
        "e4c06a55-4bec-4be4-9086-8e205ec83f06"
    ],
    "album": "See Your Way Clear",
    "release_id": null,
    "release_group_id": "581451a5-377f-4be9-94bb-f375abc2b86f",
    "labels": [
        "Big Pink"
    ],
    "label_ids": [
        "c4316b82-561b-4eff-933d-c923cb90608e"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Reese Francis Clifford III, who died in 2018 at age 75.  He was perhaps best known for his song, \"BabySittin' Boogie,\" with its unique gurgling sound.: https://bestclassicbands.com/buzz-clifford-obituary-1-28-18/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}