Information about plays

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

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

{
    "id": 3640002,
    "uri": "https://api.kexp.org/v2/plays/3640002/?format=api",
    "airdate": "2026-04-09T18:39:29-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-cd6ede72-5244-37b1-92f5-5c35c65ae8af/mbid-cd6ede72-5244-37b1-92f5-5c35c65ae8af-26532778973_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-cd6ede72-5244-37b1-92f5-5c35c65ae8af/mbid-cd6ede72-5244-37b1-92f5-5c35c65ae8af-26532778973_thumb250.jpg",
    "song": "Metropolis",
    "track_id": "d756b5ec-b98f-4347-a9ed-0efd7399bb04",
    "recording_id": "ce03e35d-9bec-470d-b1d6-3c7c090b9db8",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Gold Afternoon Fix",
    "release_id": "682642d7-0773-49ae-9040-63d0a1bfa22e",
    "release_group_id": "33f41ceb-c75a-348b-923c-9d72157ebf6d",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1990-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in Australia on this day in 1990. \n\nThis song was produced by Robert \"Waddy\" Wachtel.\n--\n Long-running Australian band, The Church, stopped by the KEXP studio in 2017. Watch their live performance here: https://www.youtube.com/watch?v=BSME2KfEPrE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}