Information about plays

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

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

{
    "id": 3584323,
    "uri": "https://api.kexp.org/v2/plays/3584323/?format=api",
    "airdate": "2025-11-29T00:38:03-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "https://coverartarchive.org/release/1446487f-04eb-4f5f-879b-92e70dec6b91/6059737261-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1446487f-04eb-4f5f-879b-92e70dec6b91/6059737261-250.jpg",
    "song": "So Far to Go",
    "track_id": null,
    "recording_id": "99a35a18-a65e-411f-bbe9-aa92cb750c02",
    "artist": "J Dilla feat. Common & D’Angelo",
    "artist_ids": [
        "cbcbb22c-3a8d-46af-b4ba-09c98f0d7931",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "The Shining EP",
    "release_id": null,
    "release_group_id": "aa24b9f6-6530-41b3-82a2-eccfaf7ea65f",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features artists D’Angelo (RIP) and Common rapping over a remixed version of “Bye.” from his 2006 classic, “Donuts”\n\"So Far to Go\" also sampled The Isley Brothers's \"Don't Say Goodnight (It's Time for Love) (Parts 1 & 2)\". It also sampled  \"Tight Rope\" by Junie Morrison and the 1972 track \"So Far to Go\" by the jazz group Roy Ayers Ubiquity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}