Information about plays

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

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

{
    "id": 3598920,
    "uri": "https://api.kexp.org/v2/plays/3598920/?format=api",
    "airdate": "2026-01-01T18:14:40-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Encrypted Bounce",
    "track_id": "72b316e0-6e58-4d7c-9887-7eded8b5a9d8",
    "recording_id": "02eb399e-64bb-4d62-ac71-7ee862d87afa",
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Drop",
    "release_id": "487e1eca-c10b-4a44-ace9-817f9e8e433a",
    "release_group_id": "06a3c366-2846-4b0c-bfbf-a6f3baf5301d",
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2014-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thee Oh Sees performed live at KEXP in November 2016. You can watch the full performance, including this track, here: https://www.youtube.com/watch?v=FrMacbbLxuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}