Information about plays

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

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

{
    "id": 3552380,
    "uri": "https://api.kexp.org/v2/plays/3552380/?format=api",
    "airdate": "2025-09-13T05:21:33-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia600909.us.archive.org/16/items/mbid-e10814fe-df1f-4a5a-a2f0-732d91531408/mbid-e10814fe-df1f-4a5a-a2f0-732d91531408-42693502160_thumb500.jpg",
    "thumbnail_uri": "https://ia800909.us.archive.org/16/items/mbid-e10814fe-df1f-4a5a-a2f0-732d91531408/mbid-e10814fe-df1f-4a5a-a2f0-732d91531408-42693502160_thumb250.jpg",
    "song": "Suppin' On Strange",
    "track_id": "686a9353-2e7b-4b84-a19e-bb6713f4b657",
    "recording_id": "e43b7c00-1353-4684-aa2c-e06a68172dcf",
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Spew",
    "release_id": "e27c4525-b232-4b77-ab69-212216777ef1",
    "release_group_id": "2399cefe-5436-430c-8e88-c550de9bb079",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}