Information about plays

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

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

{
    "id": 3605329,
    "uri": "https://api.kexp.org/v2/plays/3605329/?format=api",
    "airdate": "2026-01-17T03:09:41-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arpeggi",
    "track_id": "c52703bb-52de-481f-b7ba-aa761d642c59",
    "recording_id": "0ca95d82-1321-4627-a3eb-140c75fcacc2",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Inner Song",
    "release_id": "e49250f1-4ba8-4f25-9512-fc0d68f6d002",
    "release_group_id": "4f883542-76d0-4fb1-bd7f-f53ccd5e8bc3",
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2020-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "off of In Rainbows- radiohead cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}