Information about plays

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

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

{
    "id": 3671510,
    "uri": "https://api.kexp.org/v2/plays/3671510/?format=api",
    "airdate": "2026-06-23T08:18:15-07:00",
    "show": 67066,
    "show_uri": "https://api.kexp.org/v2/shows/67066/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Believe",
    "track_id": "74af33cc-4050-3423-b639-df33e839c44c",
    "recording_id": "d30e6f19-be49-4a89-93e4-d6ea9d236548",
    "artist": "Booth and the Bad Angel",
    "artist_ids": [
        "19172a4e-a7cb-4c96-ab5e-6058156a7481"
    ],
    "album": "Booth and the Bad Angel",
    "release_id": "ea7b8c0e-659a-3fae-8ebc-87320057c613",
    "release_group_id": "b0bd6e7d-fe6f-3d4d-b10b-1df9f6bec1be",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-08-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Believe\" is the lead single and opening track from the 1996 eponymous collaborative album by Booth and the Bad Angel. The project featured James frontman Tim Booth, acclaimed film composer Angelo Badalamenti, and Suede guitarist Bernard Butler. \n--\nI believe the song is very good.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}