Information about plays

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

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

{
    "id": 3629234,
    "uri": "https://api.kexp.org/v2/plays/3629234/?format=api",
    "airdate": "2026-03-15T10:40:27-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/978622f1-e6fc-4c5a-b3bb-1c5052cdeb7c/16792819889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/978622f1-e6fc-4c5a-b3bb-1c5052cdeb7c/16792819889-250.jpg",
    "song": "Maggie",
    "track_id": null,
    "recording_id": "f25e7f60-4138-46de-a884-dd443ecaf6a6",
    "artist": "Magic Fern",
    "artist_ids": [
        "f391d557-f823-4eae-b9f1-265e77ea8cb6"
    ],
    "album": "The History of Northwest Rock, Volume 3 (1965-69) - Psychedelic Seattle",
    "release_id": null,
    "release_group_id": "8f0b3a4c-38ea-3acc-a429-decc3aa11c6d",
    "labels": [
        "Jerden"
    ],
    "label_ids": [
        "6b693d4b-a4e9-44f2-ba6e-c499eda7aa88"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1965-1969 was a time where PNW teenagers were ditching the sock hops for \"happenings\" to listen to fuzzy guitars and get weird. The Magic Fern formed in the U-District and recorded a few tracks for local label Jerden. https://nw-music-archives.blogspot.com/2014/10/the-history-of-nw-rock-vol-3.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}