Information about plays

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

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

{
    "id": 3585380,
    "uri": "https://api.kexp.org/v2/plays/3585380/?format=api",
    "airdate": "2025-12-01T10:13:30-08:00",
    "show": 65262,
    "show_uri": "https://api.kexp.org/v2/shows/65262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go to Sleep. (Little Man Being Erased.)",
    "track_id": "11cffd37-3844-3b56-aae6-c55f5ec731a4",
    "recording_id": "4ea0cbe8-b78f-44a5-b26e-8d973b25a057",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief. (The Gloaming.)",
    "release_id": "032585a4-4b5c-383a-8e8a-62449126dcfc",
    "release_group_id": "5c14fd50-a2f1-3672-9537-b0dad91bea2f",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2003-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke wrote the lyrics as placeholders with the intent of rewriting them later, but kept them as he had not rewritten them by the day of recording. He later realized they were “really amazing” and the lyrics he was most proud of on the album. \nHere are those lyrics: https://genius.com/Radiohead-go-to-sleep-lyrics\n\nhttps://www.radiohead.com/deadairspace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}