Information about plays

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

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

{
    "id": 3551718,
    "uri": "https://api.kexp.org/v2/plays/3551718/?format=api",
    "airdate": "2025-09-11T13:28:12-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://ia801504.us.archive.org/25/items/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1-5765448289_thumb500.jpg",
    "thumbnail_uri": "https://ia601504.us.archive.org/25/items/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1/mbid-77cd14ef-616d-3fc3-bd6e-19f3751acbe1-5765448289_thumb250.jpg",
    "song": "People Everyday",
    "track_id": "9d00ac34-141f-36b6-88e9-b6829c44c827",
    "recording_id": "2a4e6453-8206-4292-9856-c497ef038dca",
    "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": "This second single from Arrested Development's debut is based heavily on the music and lyrics of  1989's “Everyday People” from Sly & The Family Stone. It also samples the drums (played by Jerome Brailey) from  \"Four Play\" by Fred Wesley and The Horny Horns,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}