Information about plays

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

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

{
    "id": 3579407,
    "uri": "https://api.kexp.org/v2/plays/3579407/?format=api",
    "airdate": "2025-11-17T13:08:42-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass the Mic",
    "track_id": "00abbd2b-1860-3a6b-ad0b-0c86356db1c2",
    "recording_id": "47c4be33-9284-462d-9670-39cd00812c48",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": "8484a2a1-2e69-3bc0-99ea-bae409746722",
    "release_group_id": "b0935b00-1380-3777-b79d-bd49ef5fb9c0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1992-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Maile in Issaquah...\n---\nYou probably heard Jimmie Walker saying \"Dyno-mite!\" from \"The Black Prince Has Arrived..\"  Go here to find the other samples that the Beasties used in \"Pass the Mic\": https://www.whosampled.com/Beastie-Boys/Pass-the-Mic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}