Information about plays

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

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

{
    "id": 3620502,
    "uri": "https://api.kexp.org/v2/plays/3620502/?format=api",
    "airdate": "2026-02-21T20:03:04-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Infinite Worlds",
    "track_id": null,
    "recording_id": null,
    "artist": "Etbonz",
    "artist_ids": [],
    "album": "Through Sound and Motion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Paradia"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Etbonz, the first single off an upcoming five-song EP to be released on Paradia Records!\n\n\"Etbonz is a Portland-based electronic music producer whose work spans more than a decade. His productions move across a broad spectrum, drawing from chugging house rhythms, textured arrangements, and Balearic-leaning melody, with a consistent focus on groove and pacing.\"\n\nhttps://paradia.bandcamp.com/album/through-sound-and-motion",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}