Information about plays

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

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

{
    "id": 3583253,
    "uri": "https://api.kexp.org/v2/plays/3583253/?format=api",
    "airdate": "2025-11-26T14:39:47-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "https://ia800206.us.archive.org/17/items/mbid-7dbf3ed6-7927-3f35-adc2-3b46b97eca60/mbid-7dbf3ed6-7927-3f35-adc2-3b46b97eca60-4839084652_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/17/items/mbid-7dbf3ed6-7927-3f35-adc2-3b46b97eca60/mbid-7dbf3ed6-7927-3f35-adc2-3b46b97eca60-4839084652_thumb250.jpg",
    "song": "The Root",
    "track_id": "5ccd74ba-c52c-30c1-b2c5-c3173957e93c",
    "recording_id": "1ed77745-926e-45d1-8f50-8dd1af5007dc",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Voodoo",
    "release_id": "7dbf3ed6-7927-3f35-adc2-3b46b97eca60",
    "release_group_id": "9605c075-c64c-366b-ad7f-ec98523fc162",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2000-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., D'Angelo, who tragically died of pancreatic cancer at age 51 in October: https://www.npr.org/2025/10/14/nx-s1-5574071/dangelo-dead-at-51-obituary\n--\nEnjoy this recording of D'Angelo and Questlove performing together at the Brooklyn Bowl in 2013 (It includes \"The Root.\"): https://www.youtube.com/watch?v=htQmhxIt3Lk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}