Information about plays

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

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

{
    "id": 3583152,
    "uri": "https://api.kexp.org/v2/plays/3583152/?format=api",
    "airdate": "2025-11-26T08:10:50-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Help I’m Alive",
    "track_id": "3fd26765-7dce-3901-a863-bda1e740b496",
    "recording_id": "03adc808-c5c3-4110-a8d0-341134eeb6f8",
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Fantasies",
    "release_id": "11b58ffb-1b0e-3bae-a969-baa106727be3",
    "release_group_id": "0f943236-96e1-4d9d-b35d-4906023fa0e5",
    "labels": [
        "Metric Music International"
    ],
    "label_ids": [
        "d5acb842-60a8-496a-82f1-109eccccdc5b"
    ],
    "release_date": "2010-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emily Haines is the lead singer of Canadian band Metric, who were founded in 1998.  \n\nWatch them perform a stripped-down version of \"Help I'm Alive\" in KEXP's Bumbershoot Music Lounge in 2009: https://www.youtube.com/watch?v=kyM4uQWw_WE\n---\nhttps://www.ilovemetric.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}