Information about plays

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

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

{
    "id": 3670605,
    "uri": "https://api.kexp.org/v2/plays/3670605/?format=api",
    "airdate": "2026-06-21T04:55:57-07:00",
    "show": 67047,
    "show_uri": "https://api.kexp.org/v2/shows/67047/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-13070690-bd5f-4e83-a849-aa960194fdc3/mbid-13070690-bd5f-4e83-a849-aa960194fdc3-45129099690_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-13070690-bd5f-4e83-a849-aa960194fdc3/mbid-13070690-bd5f-4e83-a849-aa960194fdc3-45129099690_thumb250.jpg",
    "song": "Clean",
    "track_id": "8469af41-bb9c-42a1-ae4f-743a71cd9fdd",
    "recording_id": "84021365-0d6b-4dd2-a5f7-6ef511cc26a6",
    "artist": "Poolgirl",
    "artist_ids": [
        "e9eb348a-bcd9-4d1d-8b8e-cec2b943ed0a"
    ],
    "album": "Still Not Getting What I Want",
    "release_id": "13070690-bd5f-4e83-a849-aa960194fdc3",
    "release_group_id": "6fca1f70-c28a-42f4-8895-208fdc092dc1",
    "labels": [
        "Petit Village"
    ],
    "label_ids": [
        "22cbecaf-8eac-4c00-99c9-6535cb8e74eb"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}