Information about plays

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

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

{
    "id": 3561106,
    "uri": "https://api.kexp.org/v2/plays/3561106/?format=api",
    "airdate": "2025-10-04T04:18:09-07:00",
    "show": 64739,
    "show_uri": "https://api.kexp.org/v2/shows/64739/?format=api",
    "image_uri": "https://ia800102.us.archive.org/25/items/mbid-3dbf556a-b3b2-48a7-867d-71d8346c1ed7/mbid-3dbf556a-b3b2-48a7-867d-71d8346c1ed7-1782308984_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/25/items/mbid-3dbf556a-b3b2-48a7-867d-71d8346c1ed7/mbid-3dbf556a-b3b2-48a7-867d-71d8346c1ed7-1782308984_thumb250.jpg",
    "song": "Psyche",
    "track_id": "2e4c3622-ebe9-3597-beb6-1625ec151717",
    "recording_id": "12e49e07-4a9f-4ab1-b27a-aa30b9e0a43c",
    "artist": "Love Spirals Downwards feat. Kristen Perry-Gow",
    "artist_ids": [
        "34b69232-264f-419d-ad62-47d362e2c308",
        "6674fb92-2082-4f96-af7b-bdc0732b31ea"
    ],
    "album": "Flux",
    "release_id": "3dbf556a-b3b2-48a7-867d-71d8346c1ed7",
    "release_group_id": "7fcb03b3-dd58-30e2-8dae-0a00edda9786",
    "labels": [
        "Projekt"
    ],
    "label_ids": [
        "bf75ee31-20c9-461c-9ed1-49334fad5135"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}