Information about plays

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

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

{
    "id": 3572169,
    "uri": "https://api.kexp.org/v2/plays/3572169/?format=api",
    "airdate": "2025-10-31T09:49:55-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One of These Days",
    "track_id": "872c2212-bf7a-33fe-9fb9-662496824992",
    "recording_id": "8a313f74-75fe-40ff-a1a9-0b000216c555",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Meddle",
    "release_id": "7acaa9ab-048c-3c82-8623-ea9b777137ac",
    "release_group_id": "4e98c9b4-92f6-3049-b9da-a1088b623672",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was built around a bass riff Roger Waters played through an echo unit. They worked off that for the rest of the song.\n--\nDave Gilmour called this \"The most collaborative effort of anything we ever did.\" In later years, the band didn't collaborate on songs nearly as much.\n--\nThe only vocal is the line, \"One of these days I'm gonna cut you up into little pieces.\" It was spoken by drummer Nick Mason, and was digitally warped to give it an evil sound to it. Nick Mason said he liked how it sounded when it was all finished up.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}