Information about plays

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

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

{
    "id": 3589781,
    "uri": "https://api.kexp.org/v2/plays/3589781/?format=api",
    "airdate": "2025-12-11T14:06:19-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speed Law",
    "track_id": null,
    "recording_id": "7b5104be-a222-4705-b70d-37c908f74099",
    "artist": "Yasiin Bey",
    "artist_ids": [],
    "album": "Black on Both Sides",
    "release_id": null,
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Speed Law\" contains samples of \"Promise Her Anything but Give Her Arpeggio\" by Big Brother & the Holding Company, \"Ms. Fat Booty\" by Mos Def, \"And That's Saying a Lot\" by Christine Perfect, \"Get It Together\" by Beastie Boys feat. Q-Tip and \"Slow Down\" by Brand Nubian.\n--\nWatch a live performance of this song in Atlanta in 2019: https://www.youtube.com/watch?v=aCwyKWf7cYk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}