Information about plays

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

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

{
    "id": 3569960,
    "uri": "https://api.kexp.org/v2/plays/3569960/?format=api",
    "airdate": "2025-10-25T21:17:34-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://ia600903.us.archive.org/8/items/mbid-6b803837-4564-4821-b49e-25cfbac3c852/mbid-6b803837-4564-4821-b49e-25cfbac3c852-31550980672_thumb500.jpg",
    "thumbnail_uri": "https://ia800903.us.archive.org/8/items/mbid-6b803837-4564-4821-b49e-25cfbac3c852/mbid-6b803837-4564-4821-b49e-25cfbac3c852-31550980672_thumb250.jpg",
    "song": "I’m a Bug",
    "track_id": "97a057b5-6b9c-3657-80fc-814475dc274f",
    "recording_id": "f65f6428-6de2-4a69-bc72-f8ed53532585",
    "artist": "Urinals",
    "artist_ids": [
        "60672b21-6ee9-4b37-9039-97ac5df5b4ce"
    ],
    "album": "Negative Capability…Check It Out!",
    "release_id": "6b803837-4564-4821-b49e-25cfbac3c852",
    "release_group_id": "836a0910-363e-36d7-9856-191e802f2ed0",
    "labels": [
        "Warning Label"
    ],
    "label_ids": [
        "3611d7f3-1315-4643-ac31-e0fa0d20f8e3"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AKA 100 Flowers and Chairs of Perception",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}