Information about plays

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

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

{
    "id": 3635477,
    "uri": "https://api.kexp.org/v2/plays/3635477/?format=api",
    "airdate": "2026-03-30T06:24:22-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadline",
    "track_id": null,
    "recording_id": null,
    "artist": "Meshcut",
    "artist_ids": [
        "19b679c2-82a1-4f07-8c1b-a4c23509e4ac"
    ],
    "album": "Rebirth",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Deadline\" is the second single from Meshcut's 2025 album, REBIRTH. The artist has described the song as a deeply personal piece, stating they felt \"born again\" after writing it. The song explores themes of moving on and the realization that a past connection has nothing left to offer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}