Information about plays

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

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

{
    "id": 3525445,
    "uri": "https://api.kexp.org/v2/plays/3525445/?format=api",
    "airdate": "2025-07-11T05:42:58-07:00",
    "show": 63980,
    "show_uri": "https://api.kexp.org/v2/shows/63980/?format=api",
    "image_uri": "https://ia601307.us.archive.org/32/items/mbid-abc49b59-0c11-4651-9262-7316bda4c158/mbid-abc49b59-0c11-4651-9262-7316bda4c158-9825046782_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/32/items/mbid-abc49b59-0c11-4651-9262-7316bda4c158/mbid-abc49b59-0c11-4651-9262-7316bda4c158-9825046782_thumb250.jpg",
    "song": "Blueeyed Devil",
    "track_id": "d0ec1d91-b436-3e89-838f-5e87100c53e4",
    "recording_id": "2cfe2b1e-154e-4d57-9d56-ee6df7e5c04b",
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "Ruby Vroom",
    "release_id": "abc49b59-0c11-4651-9262-7316bda4c158",
    "release_group_id": "377ce0f3-d963-3372-b030-d83be76f8a5d",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, and fun note of fun, On March 17, 1995, Vega married Mitchell Froom, a musician and a record producer (who played on and produced 99.9F° and Nine Objects of Desire). They have a daughter, Ruby Froom (born July 8, 1994). The band Soul Coughing's Ruby Vroom album was named for her, with Vega's approval. Vega and Froom separated and divorced in 1998.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}