Information about plays

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

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

{
    "id": 3546788,
    "uri": "https://api.kexp.org/v2/plays/3546788/?format=api",
    "airdate": "2025-08-30T17:47:16-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia802905.us.archive.org/22/items/mbid-a1b2fcda-b862-4bd6-ac38-80502319b8d8/mbid-a1b2fcda-b862-4bd6-ac38-80502319b8d8-25997136161_thumb500.jpg",
    "thumbnail_uri": "https://ia802905.us.archive.org/22/items/mbid-a1b2fcda-b862-4bd6-ac38-80502319b8d8/mbid-a1b2fcda-b862-4bd6-ac38-80502319b8d8-25997136161_thumb250.jpg",
    "song": "Footprints (Doc's Big Booty Retro mix)",
    "track_id": "e45f49f3-2d8f-357c-99c1-210a0a72ae4c",
    "recording_id": "4a4e62a4-6ea2-48e0-a400-be92fe51f0e3",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Old School vs. New School",
    "release_id": "a1b2fcda-b862-4bd6-ac38-80502319b8d8",
    "release_group_id": "d9cbd858-cc53-3f6e-a47a-330815c9b4b1",
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "1999-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1999 Jive Electro compilation featuring remixes by DJs, including this one with Doc Martin remixing ATCQ -- including a sample from Donald Byrd's \"Think Twice\".\n\nMore music nerd digging here:\nhttps://www.whosampled.com/A-Tribe-Called-Quest/Footprints/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}