Information about plays

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

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

{
    "id": 3565638,
    "uri": "https://api.kexp.org/v2/plays/3565638/?format=api",
    "airdate": "2025-10-15T23:17:52-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://ia600806.us.archive.org/1/items/mbid-832c274d-6b8d-4292-b3f5-f78dbfed373a/mbid-832c274d-6b8d-4292-b3f5-f78dbfed373a-5836968806_thumb500.jpg",
    "thumbnail_uri": "https://ia800806.us.archive.org/1/items/mbid-832c274d-6b8d-4292-b3f5-f78dbfed373a/mbid-832c274d-6b8d-4292-b3f5-f78dbfed373a-5836968806_thumb250.jpg",
    "song": "I’ll Stay",
    "track_id": "8718f635-f11b-3cc9-9d38-b8a05b3a32df",
    "recording_id": "ed195a0f-8258-4c67-9b30-810931f6a200",
    "artist": "The RH Factor feat. D’Angelo",
    "artist_ids": [
        "27decac7-06de-4a04-ab45-d214dfae5d19",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Hard Groove",
    "release_id": "832c274d-6b8d-4292-b3f5-f78dbfed373a",
    "release_group_id": "855640e4-6aed-3635-aa5a-633c3474fa6d",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2003-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the late great D'Angelo on vocals and Wurlitzer. RIP\n\nhttps://www.npr.org/2025/10/14/nx-s1-5574071/dangelo-dead-at-51-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}