Information about plays

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

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

{
    "id": 3571423,
    "uri": "https://api.kexp.org/v2/plays/3571423/?format=api",
    "airdate": "2025-10-29T13:42:43-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia801504.us.archive.org/9/items/mbid-643b9cc1-93eb-4c05-9c48-ad04b5d5f569/mbid-643b9cc1-93eb-4c05-9c48-ad04b5d5f569-22247879233_thumb500.jpg",
    "thumbnail_uri": "https://ia801504.us.archive.org/9/items/mbid-643b9cc1-93eb-4c05-9c48-ad04b5d5f569/mbid-643b9cc1-93eb-4c05-9c48-ad04b5d5f569-22247879233_thumb250.jpg",
    "song": "Radio",
    "track_id": "ce8eba9f-75b5-3079-8b9a-9494c36c1c6b",
    "recording_id": "8442eccc-ad2f-4910-beec-803382f66949",
    "artist": "Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992"
    ],
    "album": "The Take Over",
    "release_id": "643b9cc1-93eb-4c05-9c48-ad04b5d5f569",
    "release_group_id": "c6b5fa51-eb51-30bb-b433-1f7c98314e21",
    "labels": [
        "Gold Dust Media"
    ],
    "label_ids": [
        "f83b5547-4b7d-4ec8-9db2-1655b3df3f5f"
    ],
    "release_date": "2009-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zion I was a project founded by MC and producer Baba Zumbi (real name Stephen Gaines) in Oakland, California.\n--\n\"Miles Davis, would you please come back\nJames Brown, would you please come back\nRobert Marley, would you please come back\nNeed y'all back, gotta get us on track..\"\nHere are the lyrics: https://genius.com/Zion-i-radio-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}