Information about plays

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

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

{
    "id": 3630731,
    "uri": "https://api.kexp.org/v2/plays/3630731/?format=api",
    "airdate": "2026-03-18T19:03:10-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cara Maluco",
    "track_id": null,
    "recording_id": null,
    "artist": "Osees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Cara Maluco",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DEATHGOD CORP"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oh Sees (aka Thee Oh Sees, OCS, The Oh Sees, etc) have transmogrified to fit many a moment - from hushed druggy folk to groovy demonic pop chants to science fictional krautrock expanse and beyond - to suit his omnivorous whims. \"\n\nhttps://www.theeohsees.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}