Information about plays

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

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

{
    "id": 3542999,
    "uri": "https://api.kexp.org/v2/plays/3542999/?format=api",
    "airdate": "2025-08-21T18:30:42-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "https://ia600307.us.archive.org/18/items/mbid-3b1b3eda-a20c-40cb-8426-20742847fdda/mbid-3b1b3eda-a20c-40cb-8426-20742847fdda-26263028626_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/18/items/mbid-3b1b3eda-a20c-40cb-8426-20742847fdda/mbid-3b1b3eda-a20c-40cb-8426-20742847fdda-26263028626_thumb250.jpg",
    "song": "Salvation",
    "track_id": "69af2035-5820-3ccb-ab95-3e129ea133ad",
    "recording_id": "4884abc0-6be8-44fd-bc96-e283bcb69b5d",
    "artist": "Rancid",
    "artist_ids": [
        "24f8d8a5-269b-475c-a1cb-792990b0b2ee"
    ],
    "album": "Let’s Go",
    "release_id": "3b1b3eda-a20c-40cb-8426-20742847fdda",
    "release_group_id": "37c2647f-8e58-3839-a6b6-374c9ee88b1d",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Greg in Vegas:\n\nQuick story, my dad never understood what I did as an art director and graphic designer. I struggled for years, but my dad never questioned my career choice. Years ago I worked at Epitaph Records in LA and he and mom visited the label and it was then they kinda understood what their oldest son did.\n \nOver the years dad actually asked about the record label even though he didn’t really get it. He passed from cancer 2 years ago, but the fact he never questioned the career struggles I had was\ntruly awesome.\n \nIf you can something from Epitaph, that would be great!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}