Information about plays

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

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

{
    "id": 3599141,
    "uri": "https://api.kexp.org/v2/plays/3599141/?format=api",
    "airdate": "2026-01-02T07:52:38-08:00",
    "show": 65539,
    "show_uri": "https://api.kexp.org/v2/shows/65539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Push the Button",
    "track_id": "f0616e2e-eaa5-3fff-afe3-e22acef271a1",
    "recording_id": "481e513c-d07e-4605-a610-c1cae5ceaa6b",
    "artist": "Money Mark",
    "artist_ids": [
        "9641c354-53da-4fd5-b8ee-d52e8e1e7e7e"
    ],
    "album": "Push the Button",
    "release_id": "6d637fa4-5248-35b2-9796-17f35c55c9fa",
    "release_group_id": "2d8c0aed-a875-3982-b2a6-e624af2aac0f",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1998-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Push the Button\" was produced by Mario Caldato Jr. and Mark Ramos-Nishita.\n\n Nishita, aka Money Mark, was a longtime Beastie Boys and Beck collaborator. Here's an interview with him about creativity in the studio: https://www.ableton.com/en/blog/money-mark-constructing-creativity/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}