Information about plays

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

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

{
    "id": 3626447,
    "uri": "https://api.kexp.org/v2/plays/3626447/?format=api",
    "airdate": "2026-03-07T17:31:55-08:00",
    "show": 66119,
    "show_uri": "https://api.kexp.org/v2/shows/66119/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Mother (Donna Summer and Danzig)",
    "track_id": null,
    "recording_id": "e0bd19c6-8310-4c79-897c-196bceb3ec50",
    "artist": "Bill McClintock",
    "artist_ids": [
        "22034344-908b-483b-9260-24c10bc1342c"
    ],
    "album": "McClintock Mashup - The Entire Catalog",
    "release_id": null,
    "release_group_id": "71f20fca-2750-4260-8f89-22be828e3c07",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The magical mashup that you never knew you needed in your life. And yes, there's even an incredible video to accompany it!!\n#donzig\n\nhttps://www.youtube.com/watch?v=H6_jBfoTLFQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}