Information about plays

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

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

{
    "id": 3586294,
    "uri": "https://api.kexp.org/v2/plays/3586294/?format=api",
    "airdate": "2025-12-03T13:10:16-08:00",
    "show": 65279,
    "show_uri": "https://api.kexp.org/v2/shows/65279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solid Gold Easy Action",
    "track_id": "84bb86bb-92a0-3ebb-a5c6-8ace6d04518d",
    "recording_id": "f71c5569-2be1-4a3b-b068-8040ff2cfcb2",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy: The Ultimate Collection",
    "release_id": "58b75a0c-17d5-4a0a-87ea-88cf85792b91",
    "release_group_id": "180a7076-a414-3712-8c1f-d7199f764a83",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On December 1, 1972. T. Rex released the non-LP single “Solid Gold Easy Action” b/w “Born To Boogie”.\nThe single peaked at #2 on the UK charts.\n--\nA curious sidenote regarding the “Solid Gold” song:\nThe song's first two lines, \"Life is the same, and it always will be / Easy as picking foxes from a tree\", appeared to predict Marc Bolan's own death in 1977.\nThe license plate of the car Bolan was in during the fatal collision with a tree was FOX 661L.\nThis is one of many supposed 'prophesies' surrounding Marc Bolan's death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}