Information about plays

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

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

{
    "id": 3549253,
    "uri": "https://api.kexp.org/v2/plays/3549253/?format=api",
    "airdate": "2025-09-05T14:31:49-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://ia600805.us.archive.org/34/items/mbid-5d82daa0-8d3a-4545-8230-a50290a82df0/mbid-5d82daa0-8d3a-4545-8230-a50290a82df0-17183924541_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/34/items/mbid-5d82daa0-8d3a-4545-8230-a50290a82df0/mbid-5d82daa0-8d3a-4545-8230-a50290a82df0-17183924541_thumb250.jpg",
    "song": "Good Life (Basement Roots mix)",
    "track_id": "2184383a-4420-3e58-9cb2-58ad565bac4f",
    "recording_id": "192adc83-2e5d-4331-b6aa-5708017b4f38",
    "artist": "The Dirtbombs",
    "artist_ids": [
        "49d68d0c-cfe4-4adb-abe5-64cb50671070"
    ],
    "album": "Party Store",
    "release_id": "5d82daa0-8d3a-4545-8230-a50290a82df0",
    "release_group_id": "e7eb75e5-6a65-48a7-ab33-7011ae7e55ec",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2011-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Party Store\" is an assortment of live-band interpretations of classic Detroit techno music of the ’80s and early ’90s—songs [Mick] Collins digested as they were originally released, when he was already making waves with garage-punk legends The Gories. \nThis is a Dirtbombs cover of Inner City's 1988 song, \"Good Life.\" \n---\nYou can purchase the album on their Bandcamp page: https://thedirtbombs.bandcamp.com/album/party-store",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}