Information about plays

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

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

{
    "id": 3628535,
    "uri": "https://api.kexp.org/v2/plays/3628535/?format=api",
    "airdate": "2026-03-13T22:00:22-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://dn711307.ca.archive.org/0/items/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9-4402657853_thumb500.jpg",
    "thumbnail_uri": "https://dn711307.ca.archive.org/0/items/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9-4402657853_thumb250.jpg",
    "song": "Time Travelin’ (A Tribute to Fela)",
    "track_id": "75cf9f71-ef2d-402b-8b13-b85e71c35519",
    "recording_id": "cef81223-e40a-446f-afc2-f9b0816ba044",
    "artist": "Common feat. Vinia Mojica, Roy Hargrove & Femi Kuti",
    "artist_ids": [
        "4e57afda-4e64-49ac-8dff-f8993c70ffcd",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "702d2b90-eef0-4354-b2c4-6366eba92b7f",
        "8cdf780e-b909-4d25-9060-e552e95b3414"
    ],
    "album": "Like Water For Chocolate (Clean Version)",
    "release_id": "d774c3e5-3416-492e-9ae3-87e6eb289a43",
    "release_group_id": "cb275cb8-1619-48ba-8b4c-30d63b7035e9",
    "labels": [
        "MCA Records, Inc."
    ],
    "label_ids": [
        "1dd678a1-5904-4280-bafc-162224ed3405"
    ],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Common, born on this day in 1972!\n\nD'Angelo on keys and co-production",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}