Information about plays

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

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

{
    "id": 3562756,
    "uri": "https://api.kexp.org/v2/plays/3562756/?format=api",
    "airdate": "2025-10-08T17:47:52-07:00",
    "show": 64781,
    "show_uri": "https://api.kexp.org/v2/shows/64781/?format=api",
    "image_uri": "https://dn710007.ca.archive.org/0/items/mbid-c50eeaca-6661-409f-8e28-1369ce508eb8/mbid-c50eeaca-6661-409f-8e28-1369ce508eb8-32786442037_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-c50eeaca-6661-409f-8e28-1369ce508eb8/mbid-c50eeaca-6661-409f-8e28-1369ce508eb8-32786442037_thumb250.jpg",
    "song": "Midlife Crisis",
    "track_id": "40542f41-0caf-4e1f-af4d-5476af9fd904",
    "recording_id": "99d9e626-94c5-45aa-bf81-a9bac5da5539",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "Angel Dust",
    "release_id": "c50eeaca-6661-409f-8e28-1369ce508eb8",
    "release_group_id": "503e5b85-df2a-365a-82e4-32ca30538d8d",
    "labels": [
        "Reprise Records",
        "BMG Direct",
        "Slash"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "132282be-91ba-4185-ae10-0cb570a1288c",
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1992-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#265...\n---\nFaith No More performed this one live on The Leno Show in 1993: https://www.youtube.com/watch?v=O1oQglI7WHc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}