Information about plays

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

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

{
    "id": 3665877,
    "uri": "https://api.kexp.org/v2/plays/3665877/?format=api",
    "airdate": "2026-06-09T19:02:45-07:00",
    "show": 66947,
    "show_uri": "https://api.kexp.org/v2/shows/66947/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bf81e8d-c69c-4c34-8eb1-495384f88ce5/36528911596-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9bf81e8d-c69c-4c34-8eb1-495384f88ce5/36528911596-250.jpg",
    "song": "Ta que tiembla (Pachyman remix)",
    "track_id": null,
    "recording_id": "41c91dc0-6da5-4094-82f3-22d72e017a79",
    "artist": "Buscabulla",
    "artist_ids": [
        "22c6dc01-76b9-4d63-a756-8abded216970"
    ],
    "album": "Ta que tiembla (Pachyman remix)",
    "release_id": null,
    "release_group_id": "7112cb90-d972-405f-8cca-70954ea07cb0",
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2020-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After knowing one another since high school, these two Puerto Rican musicians collaborated on this song, written by Buscabulla and remixed by Pachyman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}