Information about plays

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

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

{
    "id": 3629013,
    "uri": "https://api.kexp.org/v2/plays/3629013/?format=api",
    "airdate": "2026-03-14T22:38:17-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready to Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "Heritage",
    "artist_ids": [],
    "album": "Blood and Tears",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Youth Attack"
    ],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist Jason Wood, known from GRINNING DEATH’S HEAD, emerges from the shadows like never before, backed by Youth Attack veterans Jeff Jelen, Mark McCoy, Nate Wilson, and Ian Jacyszyn.\n\nhttps://youthattack.bandcamp.com/album/blood-and-tears",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}