Information about plays

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

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

{
    "id": 3592631,
    "uri": "https://api.kexp.org/v2/plays/3592631/?format=api",
    "airdate": "2025-12-18T09:25:28-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Young Dudes",
    "track_id": "d8988c9a-7962-338f-8122-6261c4e9f511",
    "recording_id": "b78040da-5ebd-40be-8bb0-f6efb0f284da",
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "Greatest Hits",
    "release_id": "656f52a0-176c-43db-b86f-90d053e44d7a",
    "release_group_id": "de1bcca7-211f-3a91-b054-eca3de149648",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mick Ralphs, the founder and guitarist of Mott the Hoople and the Bad Company, died July 23rd at 81. \n\n The cause of his  death has not been disclosed, but in 2016 he suffered a severe stroke. \n\nThe group’s self-titled first album, recorded in a week, won a cult following, but the two that followed were critical and financial flops. They finally found success with the 1972 David Bowie-penned-and-produced song “All the Young Dudes.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}