Information about plays

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

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

{
    "id": 3547837,
    "uri": "https://api.kexp.org/v2/plays/3547837/?format=api",
    "airdate": "2025-09-02T04:14:44-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-1115e22c-dc57-4b14-9aa1-bdf9ab119efa/mbid-1115e22c-dc57-4b14-9aa1-bdf9ab119efa-42707426204_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-1115e22c-dc57-4b14-9aa1-bdf9ab119efa/mbid-1115e22c-dc57-4b14-9aa1-bdf9ab119efa-42707426204_thumb250.jpg",
    "song": "Charade",
    "track_id": "85d86e0d-1024-4301-bdb5-ab21e57c1e4a",
    "recording_id": "19396e06-1a9a-4c4b-82f8-82c0fc8fdb10",
    "artist": "clover",
    "artist_ids": [
        "fc784da6-0131-4578-ae31-8bc6c534a5dd"
    ],
    "album": "Charade",
    "release_id": "1115e22c-dc57-4b14-9aa1-bdf9ab119efa",
    "release_group_id": "b6dddad8-cca0-4038-a0aa-a687ed3c6044",
    "labels": [
        "Glober Recording"
    ],
    "label_ids": [
        "3d0ada5b-1126-45c3-a483-63ae9f4f59a2"
    ],
    "release_date": "2025-08-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New track from the band clover!\n\nPlaying the Barboza in Seattle on Sept 5th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}