Information about plays

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

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

{
    "id": 3629485,
    "uri": "https://api.kexp.org/v2/plays/3629485/?format=api",
    "airdate": "2026-03-15T21:47:44-07:00",
    "show": 66192,
    "show_uri": "https://api.kexp.org/v2/shows/66192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel It Much",
    "track_id": null,
    "recording_id": null,
    "artist": "Dam Swindle",
    "artist_ids": [
        "38b9ea38-bede-4e26-a4e9-7fd2988a6c48"
    ],
    "album": "Backyard Galaxy EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heist Recordings"
    ],
    "label_ids": [
        "580992ca-a4ce-4158-8775-cd449d2554c1"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://damswindle.bandcamp.com/album/backyard-galaxy-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}