Information about plays

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

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

{
    "id": 3552795,
    "uri": "https://api.kexp.org/v2/plays/3552795/?format=api",
    "airdate": "2025-09-14T02:38:31-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia801706.us.archive.org/12/items/mbid-4b8ceec5-12f5-4122-b9d6-4f3c8d122b4a/mbid-4b8ceec5-12f5-4122-b9d6-4f3c8d122b4a-28052953073_thumb500.jpg",
    "thumbnail_uri": "https://ia801706.us.archive.org/12/items/mbid-4b8ceec5-12f5-4122-b9d6-4f3c8d122b4a/mbid-4b8ceec5-12f5-4122-b9d6-4f3c8d122b4a-28052953073_thumb250.jpg",
    "song": "Soulcraft",
    "track_id": "1d1a06ce-260e-34da-b65f-ac1508e55109",
    "recording_id": "502e58fd-4ec4-41ac-8b87-0ba1b7d6cfc3",
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "Quickness",
    "release_id": "65a66388-ec14-47a1-beab-c3ac708fd242",
    "release_group_id": "6b745bc5-cb98-3fc2-a133-8c34d3909517",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1989-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bad Brains released their album \"Quickness\" on this day in 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}