Information about plays

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

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

{
    "id": 3592751,
    "uri": "https://api.kexp.org/v2/plays/3592751/?format=api",
    "airdate": "2025-12-18T17:09:10-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Wendal",
    "track_id": "3859929c-36f4-3309-b943-31546dad039d",
    "recording_id": "e2abc40f-173b-4307-bf72-ec49b41a7384",
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "3 Years, 5 Months & 2 Days in the Life of…",
    "release_id": "77cd14ef-616d-3fc3-bd6e-19f3751acbe1",
    "release_group_id": "ede793b4-4976-3b7a-ba3b-fde6801de64c",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1992-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Sly Stone who died in June at age 82.\n\nSly & the Family Stone's \"Sing a Simple Song\" has been sampled more than 450 times - including on this track by Arrested Development!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}