Information about plays

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

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

{
    "id": 3640711,
    "uri": "https://api.kexp.org/v2/plays/3640711/?format=api",
    "airdate": "2026-04-11T11:23:46-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why",
    "track_id": null,
    "recording_id": "25e2e139-b416-47f0-8148-6952d7e6b519",
    "artist": "The Viceroys",
    "artist_ids": [
        "0e98ba03-b70e-4656-8a15-3d2f4d784224"
    ],
    "album": "Memories",
    "release_id": null,
    "release_group_id": "5ea893e4-6811-4afb-8d1b-20b08419007e",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Viceroys, also known as The Voiceroys, The Interns, The Inturns, The Brothers, and The Hot Tops, are a conscious roots reggae vocal group who first recorded in 1967. After releasing several albums in the late 1970s and early 1980s, they split up in the mid-1980s. They reformed and recorded a new album in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}