Information about plays

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

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

{
    "id": 3599122,
    "uri": "https://api.kexp.org/v2/plays/3599122/?format=api",
    "airdate": "2026-01-02T06:34:42-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "https://ia902907.us.archive.org/10/items/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904-2806507659_thumb500.jpg",
    "thumbnail_uri": "https://ia902907.us.archive.org/10/items/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904/mbid-bd392436-fcce-4fa9-ae5b-23620a7f9904-2806507659_thumb250.jpg",
    "song": "Year of the Tiger",
    "track_id": "aaac922c-df7e-360a-8f56-342c0d697750",
    "recording_id": "2f010b9e-7f61-4045-8231-c784a91c185e",
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Strange Mercy",
    "release_id": "bd392436-fcce-4fa9-ae5b-23620a7f9904",
    "release_group_id": "a9c80acf-5017-4301-8da0-2d6dfb502400",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2011, St. Vincent’s Annie Clark explained how a hard year doesn’t change the fact that life indecently spills from it. On the contrary, she says, “Life can be challenging and sad … but music is the easy part…That’s the thing that I love doing more than anything else, so I approached it that way. I didn’t fuss over things too much; I just let this thing be what it wanted to be, and that was a release for me.”: https://mbird.com/2011/12/album-of-the-year-of-the-tiger-st-vincents-strange-mercy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}