Information about plays

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

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

{
    "id": 3566745,
    "uri": "https://api.kexp.org/v2/plays/3566745/?format=api",
    "airdate": "2025-10-18T12:40:33-07:00",
    "show": 64868,
    "show_uri": "https://api.kexp.org/v2/shows/64868/?format=api",
    "image_uri": "https://ia801306.us.archive.org/14/items/mbid-bd6ea0c6-f5cd-4abf-828a-38df69ad1969/mbid-bd6ea0c6-f5cd-4abf-828a-38df69ad1969-1485559375_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/14/items/mbid-bd6ea0c6-f5cd-4abf-828a-38df69ad1969/mbid-bd6ea0c6-f5cd-4abf-828a-38df69ad1969-1485559375_thumb250.jpg",
    "song": "Steve McQueen",
    "track_id": "d2e130d4-52b0-35ea-b4d3-b031a14abb90",
    "recording_id": "77ab9e03-bcc4-47f3-b566-c793e9ced1ca",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Hurry Up, We’re Dreaming",
    "release_id": "bd6ea0c6-f5cd-4abf-828a-38df69ad1969",
    "release_group_id": "5f898a60-acc5-48fc-a11b-2926084c0924",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hurry Up, We're Dreaming was released on this day in 2011!\n\nOne of the 5 singles released before their critically acclaimed album \"Hurry Up, We're Dreaming\" The album debuted on the charts at the 15 spot sell 21,000 copies in the first week.\n\nRoughly a year after the album’s release, “Steve McQueen” was given a video from the winner of a competition held in part by music video website Genero.tv: https://youtu.be/a8Iqskd_Vq8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}