Information about plays

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

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

{
    "id": 3635663,
    "uri": "https://api.kexp.org/v2/plays/3635663/?format=api",
    "airdate": "2026-03-30T17:32:38-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LSD in Bahia",
    "track_id": null,
    "recording_id": "ebfa90d9-b8ec-49a7-9f2d-f2486bd845e3",
    "artist": "BALTHVS",
    "artist_ids": [
        "947536b9-1e0a-4e93-bb07-4edc9c2c9ce4"
    ],
    "album": "Transmutations",
    "release_id": null,
    "release_group_id": "01ff6be3-8509-4f95-89d0-2d072bb5e696",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check their Live on KEXP In-Studio performance:\n\nhttps://www.youtube.com/watch?v=DKE7Bb3wjhg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}