Information about plays

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

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

{
    "id": 3635035,
    "uri": "https://api.kexp.org/v2/plays/3635035/?format=api",
    "airdate": "2026-03-29T07:30:40-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where You Would Be",
    "track_id": null,
    "recording_id": "80327326-74d6-49c9-85ec-1cfd536bc5f5",
    "artist": "WMD",
    "artist_ids": [
        "da3a05f6-6543-4419-99c4-7fa0988f0ac7"
    ],
    "album": "We Never Seem to Have Enough Time",
    "release_id": null,
    "release_group_id": "b30a537c-6a53-4a16-8112-e39ba36e1dc7",
    "labels": [
        "16 Entertainment LLC"
    ],
    "label_ids": [
        "976f0a8c-2a25-4fc1-b925-413c90a1650f"
    ],
    "release_date": "2026-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the latest sublime album from Portland-via-Bellingham artist WMD (aka Michael Erickson) ~ https://wmdchiptune.bandcamp.com/album/we-never-seem-to-have-enough-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}