Information about plays

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

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

{
    "id": 3588783,
    "uri": "https://api.kexp.org/v2/plays/3588783/?format=api",
    "airdate": "2025-12-09T05:16:57-08:00",
    "show": 65329,
    "show_uri": "https://api.kexp.org/v2/shows/65329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk On By",
    "track_id": "8458636f-78b2-3a89-877e-7feb4e8da8db",
    "recording_id": "6b569d3b-0763-4765-8dc1-552b1a0f5caa",
    "artist": "Dionne Warwick",
    "artist_ids": [
        "6784ee31-6d79-4a37-9e1f-01d6ef31940e"
    ],
    "album": "The Very Best of Dionne Warwick",
    "release_id": "d7895f40-ef80-4fd6-93f5-088442acdf46",
    "release_group_id": "4de7af14-87e3-335f-bcc6-5caaee7144a6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Walk On By\" is a prominent song in Dionne Warwick's career, written by Burt Bacharach and Hal David, and released in April 1964. The song is known for its cool sophistication and melancholic lyrics about seeing an ex-partner after a breakup.\n\nWatch Dionne Warwick perform this song in a nightclub in Belgium on New Year's Eve in 1964: https://www.youtube.com/watch?v=bpoBISzUP4o\n\nhttps://www.officialdionnewarwick.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}