Information about plays

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

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

{
    "id": 3572652,
    "uri": "https://api.kexp.org/v2/plays/3572652/?format=api",
    "airdate": "2025-11-01T16:00:03-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jukebox Babe",
    "track_id": "bc1440dc-593e-4598-953c-8b1e996b89a0",
    "recording_id": "6bd65858-b457-4a65-8f4c-c76cc6af3087",
    "artist": "Moon Duo",
    "artist_ids": [
        "7f89e20f-46f3-4571-9ae0-b29dcdb4bbe9"
    ],
    "album": "Jukebox Babe",
    "release_id": "ca8f98af-7a52-4214-af6f-666ff00bf8df",
    "release_group_id": "699645c1-d4bc-48ea-a3e9-8f0dc9578708",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-01-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of a 1980 mutant-rockabilly single from the former Suicide frontman Alan Vega, who passed away in 2016, at age 78:  https://www.nytimes.com/2016/07/18/arts/music/alan-vega-punk-music-pioneer-and-artist-dies-at-78.html \n--\nListen to the original here: https://www.youtube.com/watch?v=OAQ2jq6vwsE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}