Information about plays

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

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

{
    "id": 3570997,
    "uri": "https://api.kexp.org/v2/plays/3570997/?format=api",
    "airdate": "2025-10-28T11:42:52-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "https://ia800205.us.archive.org/32/items/mbid-f6f0d32b-38f1-4e1d-9902-f2aa5447e06f/mbid-f6f0d32b-38f1-4e1d-9902-f2aa5447e06f-43407776101_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/32/items/mbid-f6f0d32b-38f1-4e1d-9902-f2aa5447e06f/mbid-f6f0d32b-38f1-4e1d-9902-f2aa5447e06f-43407776101_thumb250.jpg",
    "song": "Mad Rooter",
    "track_id": "54454eca-afe1-4e8b-96dc-8b277401c3e8",
    "recording_id": "3b379c08-8bdb-4c1e-8274-77c6fd942d25",
    "artist": "Party Dozen",
    "artist_ids": [
        "7fa3024f-7307-41ba-9bc9-57746a1bb3dc"
    ],
    "album": "Mad Rooter / Ghost Rider",
    "release_id": "f6f0d32b-38f1-4e1d-9902-f2aa5447e06f",
    "release_group_id": "4f1ecbce-4d44-43cd-a12c-4ae0e77a23ae",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Party Dozen are a 2-piece noise band from Sydney made up of Kirsty Tickle (saxophone) and Jonathan Boulet (percussion and sampler).\n--\nWe loved it when they performed live in our studio in 2023 (Yes, Cheryl was there!): https://www.youtube.com/watch?v=TW3nrXRRmww",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}