Information about plays

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

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

{
    "id": 3572020,
    "uri": "https://api.kexp.org/v2/plays/3572020/?format=api",
    "airdate": "2025-10-31T01:06:15-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia801606.us.archive.org/32/items/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd-2185606789_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/32/items/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd/mbid-08293d37-2d6d-4dc1-8845-3f500b1821bd-2185606789_thumb250.jpg",
    "song": "I Can’t Go to Sleep",
    "track_id": "b803f4eb-8981-4204-945b-e16db63888bf",
    "recording_id": "cf4560a6-348e-4adf-8aa1-ddd24424ca35",
    "artist": "Wu-Tang Clan feat. Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21",
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "The W",
    "release_id": "21c66484-6ece-4da5-a0ef-055dd39832b4",
    "release_group_id": "b88f6bdc-0bee-3767-b57f-cbf85c28da68",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wu-Tang Clan singing \"I Can’t Go to Sleep\" with Isaac Hayes. \n\nWhat the f**k is goin on? I can't go to sleep\nFeds jumpin out they jeeps, I can't go to sleep\nBabies with flies on the cheeks, it's hard to go to sleep\nIsh bowled two sixes twice, I couldn't go to sleep\n\nhttps://youtu.be/S2S0zu3M0rY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}