Information about plays

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

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

{
    "id": 3530540,
    "uri": "https://api.kexp.org/v2/plays/3530540/?format=api",
    "airdate": "2025-07-23T00:52:29-07:00",
    "show": 64087,
    "show_uri": "https://api.kexp.org/v2/shows/64087/?format=api",
    "image_uri": "https://ia804501.us.archive.org/6/items/mbid-391f75e1-29d7-402e-a574-7a53e588473d/mbid-391f75e1-29d7-402e-a574-7a53e588473d-29392606309_thumb500.jpg",
    "thumbnail_uri": "https://ia804501.us.archive.org/6/items/mbid-391f75e1-29d7-402e-a574-7a53e588473d/mbid-391f75e1-29d7-402e-a574-7a53e588473d-29392606309_thumb250.jpg",
    "song": "Witchoo",
    "track_id": "bca15923-af33-4f4d-9b2e-8fd512768602",
    "recording_id": "a3f978bd-1f96-4fb9-915f-68cad3dd3852",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Private Space",
    "release_id": "391f75e1-29d7-402e-a574-7a53e588473d",
    "release_group_id": "055a1a06-044c-4cd8-8d9b-05e80bea2b55",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2021-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "West Coast Concerts! Durand Jones plays Oct 7 at the Fox Theater in Oakland. \nDurand Jones & The Indications live on KEXP at THING! Festival in 2023: https://www.youtube.com/watch?v=TZhe0H2a9Ag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}