Information about plays

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

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

{
    "id": 3637915,
    "uri": "https://api.kexp.org/v2/plays/3637915/?format=api",
    "airdate": "2026-04-04T21:04:24-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a0db3c0-d8bf-3a7a-aae8-a1a11a59639d/11541971678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a0db3c0-d8bf-3a7a-aae8-a1a11a59639d/11541971678-250.jpg",
    "song": "Old Croy Road",
    "track_id": null,
    "recording_id": "3e71af61-55a8-4dfa-a619-a1b387b3bfca",
    "artist": "American Steel",
    "artist_ids": [
        "bcd5f174-bf86-40d6-ab24-065157a3ecd1"
    ],
    "album": "Destroy Their Future",
    "release_id": null,
    "release_group_id": "7b24cb90-93f1-38f0-98cc-358d7ce6af71",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2007-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American Steel was a mainstay at Berkeley's 924 Gilman venue.  \n\nThey just released their latest self-titled album on March 20th and will be coming to Seattle with Dave Haus on October 11th.\n\nhttps://americansteel.bandcamp.com/album/american-steel\nhttps://www.facebook.com/americansteel/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}