Information about plays

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

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

{
    "id": 3574938,
    "uri": "https://api.kexp.org/v2/plays/3574938/?format=api",
    "airdate": "2025-11-07T01:48:32-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Come Down",
    "track_id": "58cb5450-1286-395d-b2a5-9977e499ee64",
    "recording_id": "dd2fb453-d18e-4144-a62f-30415d34f82d",
    "artist": "Junior Boys",
    "artist_ids": [
        "86a064f9-3ed4-4621-b29d-d05442c6b1ae"
    ],
    "album": "Last Exit",
    "release_id": "0dbd9a4e-905e-3d7c-9d35-717280c3bae9",
    "release_group_id": "0f9fdb50-bc15-3659-82ea-09c85be777d6",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2004-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Junior Boys are a Canadian electronic pop group, founded in 1999 in Hamilton, Ontario by Jeremy Greenspan and Johnny Dark. Dark left the project shortly after, and was replaced by engineer Matt Didemus.\n\nCheck out the Junior Boys Live on KEXP session in 2016:\n\nhttps://www.youtube.com/watch?v=aPGgmn88O3M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}