Information about plays

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

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

{
    "id": 3621960,
    "uri": "https://api.kexp.org/v2/plays/3621960/?format=api",
    "airdate": "2026-02-25T03:58:48-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Some",
    "track_id": "e2359338-ab6f-35d7-bf1a-d56397af137a",
    "recording_id": "89aa23ad-94bf-4c6a-9fb3-5e9f4d001df9",
    "artist": "Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Wounded Rhymes",
    "release_id": "36850a03-c671-4690-9eb9-b6aa96d52405",
    "release_group_id": "f9eab5ff-6eb5-4c4e-9136-afbbc491f7cb",
    "labels": [
        "Atlantic",
        "LL Recordings"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "566d7822-ba57-48a4-9609-7f0abb84fc9e"
    ],
    "release_date": "2012-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD 2011 - Lykke Li released her second studio album, Wounded Rhymes. \n\nDuring a 2010 interview for The Guardian Lykke Li said of the track \"Get Some,\"  \"A lot of people think it's about sex. [...] But it's about power. I was reading the Murakami book The Wind-Up Bird Chronicle, where she goes into this guy's mind by making him fantasize about her, so it's kind of like powerplay. As soon as a woman does anything, they seem to hit a nerve and it's back to sex. At least men seem to think that.\" https://bit.ly/36AkW9K",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}