Information about plays

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

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

{
    "id": 3546409,
    "uri": "https://api.kexp.org/v2/plays/3546409/?format=api",
    "airdate": "2025-08-29T18:37:36-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia801400.us.archive.org/14/items/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4-2587503583_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/14/items/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4/mbid-f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4-2587503583_thumb250.jpg",
    "song": "Eye Know",
    "track_id": "a48f121a-60de-35dc-aa21-da4ecafc5b01",
    "recording_id": "168162c9-5d07-46d7-8f13-7906382e6da4",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": "5243f39c-c344-3989-a0f6-2a2f75a9d827",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Eye Know\" sampled guitar, keyboard, and vocal elements of Steely Dan's \"Peg.\" De La Soul also sampled the drums from Sly & The Family Stone's \"Sing a Simple Song.\"  (You may also hear a little of Otis Redding's whistle on \"Sittin' on the Dock of the Bay....\")",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}