Information about plays

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

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

{
    "id": 3640044,
    "uri": "https://api.kexp.org/v2/plays/3640044/?format=api",
    "airdate": "2026-04-09T21:35:57-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smoke And Mirrors",
    "track_id": null,
    "recording_id": "e2e69394-2212-472c-99f7-46b171e3558c",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Forest of Lost Children",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [],
    "release_date": "2014-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kikagaku Moyo were a Japanese psychedelic band founded in Tokyo. The band's name translates to \"geometric patterns\"\n--\nhttps://kikagakumoyo.com/\nWatch their KEXP Live Session: https://www.youtube.com/watch?v=PpnQlnra_to",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}