Information about plays

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

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

{
    "id": 3596172,
    "uri": "https://api.kexp.org/v2/plays/3596172/?format=api",
    "airdate": "2025-12-26T07:22:10-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lotus Flower",
    "track_id": "d3815d6b-992a-3c7b-87c3-81c01b7683a6",
    "recording_id": "46c13c78-8a42-42f9-8b55-c98f7de025a6",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The King of Limbs",
    "release_id": "5c545925-f48c-3d5b-b448-23a25f9ec048",
    "release_group_id": "899b6d09-807e-4c18-a6d4-3642e00d6a3d",
    "labels": [
        "Ticker Tape Ltd"
    ],
    "label_ids": [
        "e992b53e-d204-47e5-9d16-08f8efcbd0a4"
    ],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Directed by Garth Jennings and featuring dance moves that can only be described as 'iconic', Radiohead's video for Lotus Flower inspired the \"Dancing Thom Yorke\" internet meme of 2011.\n\nHere's the video for context:\n\nhttps://www.youtube.com/watch?v=cfOa1a8hYP8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}