Information about plays

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

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

{
    "id": 3595176,
    "uri": "https://api.kexp.org/v2/plays/3595176/?format=api",
    "airdate": "2025-12-24T03:01:55-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "https://ia800808.us.archive.org/20/items/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f-39306822896_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/20/items/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f/mbid-28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f-39306822896_thumb250.jpg",
    "song": "Wintertime",
    "track_id": "4d8e1a78-4dc5-36b7-929a-610d0ea6918e",
    "recording_id": "62203de3-1b1a-401a-b890-0d7541bc0818",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Menagerie",
    "release_id": "28ab0770-0d8c-4f11-aa02-3e6ccf06ac6f",
    "release_group_id": "3fbf6c2c-69ae-35e4-be9f-53e3000f10e1",
    "labels": [
        "CBS",
        "Columbia"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the wintertime the grass is brown and the sky is gray, the sky is gray\nAh, hah, but that don't mean little brother that you have to feel the same way",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}