Information about plays

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

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

{
    "id": 3532432,
    "uri": "https://api.kexp.org/v2/plays/3532432/?format=api",
    "airdate": "2025-07-27T14:07:02-07:00",
    "show": 64129,
    "show_uri": "https://api.kexp.org/v2/shows/64129/?format=api",
    "image_uri": "https://ia600208.us.archive.org/4/items/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7-26939792037_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/4/items/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7/mbid-0a11b384-0ca2-45ea-b042-fc8233f758f7-26939792037_thumb250.jpg",
    "song": "Boyfriend",
    "track_id": "2353afe4-67ad-31d4-85ce-20c0a1392539",
    "recording_id": "9b3d55ac-d553-4556-be2a-60c682d3f3be",
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "Crazy for You",
    "release_id": "cf4f1ada-0960-3eca-83dc-dcb2ac947bc9",
    "release_group_id": "5047b1ca-f27d-442b-9df5-bf9efd85376c",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2010-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2010.\n\nOne reviewer wrote of this track: \"As far as what you'd call the 'Best Coast sound', everything's in place here: [Bethany] Cosentino's gold-plated voice melds around her lyrics, turning simple sentiments into dollar words, and there's enough reverb to sink California once and for all (or, at least, give it a hell of a shake). That sun-kissed sound is here to stay, and at this point she wears it like a good pair of shades-- the scrubbed-up production values are a good thing.\" Read more here: https://pitchfork.com/reviews/tracks/11931-best-coast-boyfriend/\n\nhttps://bestcoast.bandcamp.com/album/crazy-for-you\nhttps://bestcoast.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}