Information about plays

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

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

{
    "id": 3582809,
    "uri": "https://api.kexp.org/v2/plays/3582809/?format=api",
    "airdate": "2025-11-25T14:00:31-08:00",
    "show": 65208,
    "show_uri": "https://api.kexp.org/v2/shows/65208/?format=api",
    "image_uri": "https://ia800308.us.archive.org/7/items/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1-1672879787_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/7/items/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1/mbid-69959f4a-29fd-4867-83ec-bfb4036b30d1-1672879787_thumb250.jpg",
    "song": "Check the Rhime",
    "track_id": "644b27f3-e561-312e-87c1-38a11915138b",
    "recording_id": "4bd3726c-c926-4637-b3b2-b5a5bf5417bf",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Low End Theory",
    "release_id": "69959f4a-29fd-4867-83ec-bfb4036b30d1",
    "release_group_id": "c3733436-fcba-3c08-b082-d548df5c5139",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1991 song featured a marvelous collaboration between Tip and Phife Dawg. \"So play the resurrector and give the dead some life...\"\n\nSampling Minnie Riperton's 1975 song \"Baby, This Love I Have” and the classic horn sample from Average White Band’s 1976 song \"Love Your Life\".\n\nhttps://atribecalledquest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}