Information about plays

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

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

{
    "id": 3549753,
    "uri": "https://api.kexp.org/v2/plays/3549753/?format=api",
    "airdate": "2025-09-06T21:01:55-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirt Lot",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Spells",
    "artist_ids": [
        "8b8c00b0-78b0-4676-981f-601ba1c63b1e"
    ],
    "album": "No Hope In A Dying World",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Spells will be playing their record release show at the Sunset Tavern in Seattle with Serpentfoot on Friday, September 12th.\n\nhttps://deadspells.bandcamp.com/album/dead-spells\nhttps://www.songkick.com/concerts/42742403-dead-spells-at-sunset-tavern\nhttps://www.instagram.com/p/DNgNi6yRAp2/\nhttps://www.facebook.com/deadspells/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}