Information about plays

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

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

{
    "id": 3614880,
    "uri": "https://api.kexp.org/v2/plays/3614880/?format=api",
    "airdate": "2026-02-08T13:44:01-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "https://ia601600.us.archive.org/20/items/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132-27412886520_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/20/items/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132/mbid-15d72b85-ebb7-4c77-bf3c-5ebbacbdf132-27412886520_thumb250.jpg",
    "song": "Still Not a Player",
    "track_id": "4681163c-9eb3-49c8-8458-a8ab24cf65b2",
    "recording_id": "d452aecd-c279-4e2a-baa3-248d3ed611d8",
    "artist": "Lord Tariq & Peter Gunz (feat. Big Punisher & Fat Joe)",
    "artist_ids": [
        "b7517e94-8547-4c59-b098-85e593354976",
        "a6a4c910-2b22-4a6f-aebe-805b176c47b8",
        "609e7afd-3552-4102-9501-7611858ea320"
    ],
    "album": "The Legacy: The Best of Big Pun",
    "release_id": "a18e950a-2809-44cf-9d54-9e6cf7916fd3",
    "release_group_id": "02eb8f3c-5515-42d0-bdb3-c3b0a68705c6",
    "labels": [
        "Loud Records",
        "Legacy"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2009-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Marc in Maple Leaf.\n\nFrom \"Capital Punishment\" released in 1998.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}