Information about plays

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

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

{
    "id": 3545097,
    "uri": "https://api.kexp.org/v2/plays/3545097/?format=api",
    "airdate": "2025-08-26T14:44:23-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://ia902306.us.archive.org/2/items/mbid-2cfa6164-0080-4b45-b7f1-cbeb9e817ccc/mbid-2cfa6164-0080-4b45-b7f1-cbeb9e817ccc-30575981752_thumb500.jpg",
    "thumbnail_uri": "https://ia802306.us.archive.org/2/items/mbid-2cfa6164-0080-4b45-b7f1-cbeb9e817ccc/mbid-2cfa6164-0080-4b45-b7f1-cbeb9e817ccc-30575981752_thumb250.jpg",
    "song": "Joseph Cornell",
    "track_id": "b485616c-a77f-38d9-914e-92dc26745ba4",
    "recording_id": "fc16417b-47d3-4bab-ac6a-3eecdbe7c59e",
    "artist": "The Clientele",
    "artist_ids": [
        "6b66dd3a-d88b-4732-bc13-359d8964b7f2"
    ],
    "album": "Suburban Light",
    "release_id": "9dd80c8e-4238-4296-b815-954925dbc3da",
    "release_group_id": "1f8c5b94-d903-35a2-b31f-20ce0540ff26",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to David!\n---\nListen to this remastered version of 'Suburban Light' here, enjoy:\nhttps://theclientele.bandcamp.com/album/suburban-light-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}