Information about plays

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

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

{
    "id": 3567550,
    "uri": "https://api.kexp.org/v2/plays/3567550/?format=api",
    "airdate": "2025-10-20T09:14:01-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-87f830ab-f961-4778-baef-f8618e67b8cd/mbid-87f830ab-f961-4778-baef-f8618e67b8cd-27853784893_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/2/items/mbid-87f830ab-f961-4778-baef-f8618e67b8cd/mbid-87f830ab-f961-4778-baef-f8618e67b8cd-27853784893_thumb250.jpg",
    "song": "Running Red Lights (ft. Rivers Cuomo and Pink Siifu)",
    "track_id": "38331d25-4684-434c-b3a7-624d00ef3eed",
    "recording_id": "3bb3138e-a0f4-4391-b2e1-bdb65a75953f",
    "artist": "The Avalanches feat. Rivers Cuomo & Pink Siifu",
    "artist_ids": [
        "e0eca4fb-9977-43e6-a61a-405f905a34aa",
        "a6623d39-2d8e-4f70-8242-0a9553b91e50",
        "87b6344f-c874-49ce-a8b3-e467ed6e05d0"
    ],
    "album": "We Will Always Love You",
    "release_id": "87f830ab-f961-4778-baef-f8618e67b8cd",
    "release_group_id": "ad5a6f0f-3444-4ebd-8a98-ce6dfb1bfabe",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2020-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey, Rivers is the lead singer of Weezer!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}