Information about plays

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

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

{
    "id": 3602964,
    "uri": "https://api.kexp.org/v2/plays/3602964/?format=api",
    "airdate": "2026-01-11T06:54:19-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Home Before Dark (Recomposed by TORSO)",
    "track_id": null,
    "recording_id": null,
    "artist": "Nora Guthrie",
    "artist_ids": [
        "8bdaad41-5c6e-4165-97d2-44599c828e3e"
    ],
    "album": "Home Before Dark c/w Home Before Dark (Recomposed by TORSO)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EM"
    ],
    "label_ids": [],
    "release_date": "2025-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B-side to a new 7\" release featuring two covers of Nora Guthrie's track \"Home Before Dark\" with this version done by Tokyo's TORSO ~ https://emrecords.bandcamp.com/album/home-before-dark-c-w-home-before-dark-recomposed-by-torso",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}