Information about plays

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

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

{
    "id": 3630752,
    "uri": "https://api.kexp.org/v2/plays/3630752/?format=api",
    "airdate": "2026-03-18T20:38:03-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waves",
    "track_id": null,
    "recording_id": null,
    "artist": "KALK¥L",
    "artist_ids": [
        "75b1a1e8-fa28-40d5-afa2-ee8d338bc7f3"
    ],
    "album": "Waves",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "FerryHouse"
    ],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"psychedelic indie with a lot of soul, warm analog glow, fuzzy guitars, layered vocals, and a hopeful kind of melancholy.\" https://kalkyl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}