Information about plays

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

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

{
    "id": 3580777,
    "uri": "https://api.kexp.org/v2/plays/3580777/?format=api",
    "airdate": "2025-11-20T21:16:10-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Apple",
    "track_id": null,
    "recording_id": "ab33364f-6412-453c-9c15-88364d9b3f2f",
    "artist": "Sailor Honeymoon",
    "artist_ids": [
        "e17530d9-f86e-482c-9318-eb7cd1315acc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Good Good Music"
    ],
    "label_ids": [
        "e6afdadd-90b0-475b-88ce-27b51483fc2f"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sailor Honeymoon is a South Korean punk rock band, based in Seoul. The band currently consists of Abi Raymaker (drummer and vocalist), Zaeeun Shin (guitarist and vocalist) and Mio Si (bassist). Their vision was realized at jams with friends in a\nshared practice room where their noisy loose improvisation was charged with chemistry, a small act of rebellion in a country where pop culture encourages artists to be flawless and pristine.\n--\nhttps://sailorhoneymoon.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}