Information about plays

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

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

{
    "id": 3620444,
    "uri": "https://api.kexp.org/v2/plays/3620444/?format=api",
    "airdate": "2026-02-21T18:08:11-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sky Surrounds Us All the Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Mt Fog",
    "artist_ids": [],
    "album": "Every Stone Is Green",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghost Mountain"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mt Fog's next record is almost here! The band's playing a release show on March 12 with iro iro and Martin Douglas at the Tractor Tavern! Ticket link below:\n\nhttps://www.ticketweb.com/event/mt-fog-release-show-w-tractor-tickets/14060004?pl=tractor&REFID=clientsitewp",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}