Information about plays

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

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

{
    "id": 3645645,
    "uri": "https://api.kexp.org/v2/plays/3645645/?format=api",
    "airdate": "2026-04-23T05:51:53-07:00",
    "show": 66528,
    "show_uri": "https://api.kexp.org/v2/shows/66528/?format=api",
    "image_uri": "https://dn720003.ca.archive.org/0/items/mbid-84f1702d-e43b-4d0f-86f9-a985cef89344/mbid-84f1702d-e43b-4d0f-86f9-a985cef89344-44918112008_thumb500.jpg",
    "thumbnail_uri": "https://dn720003.ca.archive.org/0/items/mbid-84f1702d-e43b-4d0f-86f9-a985cef89344/mbid-84f1702d-e43b-4d0f-86f9-a985cef89344-44918112008_thumb250.jpg",
    "song": "Baltimore (live) (Supershy remix)",
    "track_id": "b45eaea4-8d50-4937-bcb9-2093b098f1f5",
    "recording_id": "a10f7560-b988-4819-89c9-a85be1bf5162",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Baltimore (live) (Supershy remix)",
    "release_id": "84f1702d-e43b-4d0f-86f9-a985cef89344",
    "release_group_id": "cbe717af-b4c7-4565-915e-e58bcdb7d7ac",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2026-04-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supershy is the electronic dance music alter-ego of British musician and producer Tom Misch.\n\nhttps://soundcloud.com/ninasimone/baltimore-live-at-vine-st-1\nhttps://tommisch.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}