Information about plays

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

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

{
    "id": 3543744,
    "uri": "https://api.kexp.org/v2/plays/3543744/?format=api",
    "airdate": "2025-08-23T13:26:41-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pool Party",
    "track_id": "77030033-38c3-49ce-96f3-06f0ffba5f75",
    "recording_id": "61fe1b7c-a57c-4d8b-8dc1-f4130caea477",
    "artist": "Rudy Willingham",
    "artist_ids": [
        "2ade52c8-bb0d-469a-ad97-030c90dcb414"
    ],
    "album": "Dunk Reactions",
    "release_id": "79a60b4b-624b-4e8a-a288-8736c93a6e90",
    "release_group_id": "8be7cc79-6468-48bd-8599-9ab0a972c619",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Rudy Willingham is a DJ and producer who's also made a splash in the global arts community as a designer, copywriter, street artist, photographer, and product designer who's collaborated with the Seattle Seahawks, Seattle Sounders, and some of the world's biggest brands. You can have this wonderful call-and-response song for your very own self, since it was a KEXP Song of the Day: https://kexp.org/podcasts/song-of-the-day/2019/2/22/rudy-willingham-pool-party/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}