Information about plays

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

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

{
    "id": 3583160,
    "uri": "https://api.kexp.org/v2/plays/3583160/?format=api",
    "airdate": "2025-11-26T08:37:03-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flute Loop",
    "track_id": "ff18535e-8cce-48a3-9f94-fcd61c133cff",
    "recording_id": "d73dc8b0-d7dd-486b-9fec-a709373ff081",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "a1b805e1-c67e-4ef4-a9e3-9fc8c4570467",
    "release_group_id": "1134696c-1078-3c38-bcaa-4ee7c320670a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off of 1994's Ill Communication album, \"Flute Loop\" by Beastie Boys sampled The Blues Project's \"Flute Thing\". https://www.whosampled.com/Beastie-Boys/Flute-Loop/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}