Information about plays

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

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

{
    "id": 3601738,
    "uri": "https://api.kexp.org/v2/plays/3601738/?format=api",
    "airdate": "2026-01-08T07:23:59-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blackstar",
    "track_id": "ce80fc1d-67f0-4b08-ae68-0398f8f784e0",
    "recording_id": "abd54c8c-42e8-4e26-96e0-b8a7c3b00e23",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "★",
    "release_id": "bacdf86e-7857-4f1a-bd82-38f1e529fbcb",
    "release_group_id": "1fd18f5b-9a92-41fd-a590-da6b5cc60d85",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song opened Blackstar, David Bowie's final album, released on his birthday Jan 8, 2016 (born in 1947), two days before he died.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}