Information about plays

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

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

{
    "id": 3637929,
    "uri": "https://api.kexp.org/v2/plays/3637929/?format=api",
    "airdate": "2026-04-04T21:47:17-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stalemate",
    "track_id": null,
    "recording_id": null,
    "artist": "Spares",
    "artist_ids": [
        "8cbddb6c-baad-45e4-a6d6-8e34a099b863"
    ],
    "album": "Spares EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Better Days Will Haunt You"
    ],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's SPARES is currently touring and will be playing at:\n - Add-A-Ball in Seattle on May 16th\n - Thunderbird Bar in Portland on May 17th\n - Spats in Berkeley on May 24th\n\nhttps://sparestheband.bandcamp.com/album/spares",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}