Information about plays

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

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

{
    "id": 3637385,
    "uri": "https://api.kexp.org/v2/plays/3637385/?format=api",
    "airdate": "2026-04-03T18:44:20-07:00",
    "show": 66356,
    "show_uri": "https://api.kexp.org/v2/shows/66356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Be the Crew...",
    "track_id": "0fae5d68-1bb5-3da7-b9d3-90b7dcc00a87",
    "recording_id": "2ab6d1d8-01f8-40b8-9496-4d3311fe64e1",
    "artist": "The Wiseguys",
    "artist_ids": [
        "ca9b9b7b-5fd8-4760-91cb-9d6d1db245bd"
    ],
    "album": "The Antidote",
    "release_id": "dcb1d128-406c-400d-8ff5-7bab2c1ce779",
    "release_group_id": "0f866ca3-8bc0-3a43-96bf-6dbf7b5bb144",
    "labels": [
        "Ideal Records"
    ],
    "label_ids": [
        "ea7be770-2674-489b-9e28-7a24f42eb301"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Wiseguys were a British electronic duo active in the mid- to late-1990s. They produced the song \"Start the Commotion,\" which was featured in a Mitsubishi TV advertisement, as well as films The Lizzie McGuire Movie, Zoolander, and Kangaroo Jack.\n\nAnother of their singles, \"Ooh La La\", was used in the film Big Daddy and Budweiser commercials. Both tracks are from the duo's second album, The Antidote.  https://tinyurl.com/m24f7878",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}