Information about plays

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

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

{
    "id": 3548871,
    "uri": "https://api.kexp.org/v2/plays/3548871/?format=api",
    "airdate": "2025-09-04T15:00:32-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8080e95-c0af-487a-8cae-207348012e43/16099386267-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8080e95-c0af-487a-8cae-207348012e43/16099386267-250.jpg",
    "song": "I Wouldn’t Change a Thing",
    "track_id": null,
    "recording_id": "f470407b-2ff3-4696-ba74-56ec8af992d5",
    "artist": "Coke Escovedo",
    "artist_ids": [
        "0bfe3534-7153-409f-a87d-b734cb853f25"
    ],
    "album": "Comin’ at Ya!",
    "release_id": null,
    "release_group_id": "24388d8e-c20d-38c8-abff-ffb23734e82e",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thomas \"Coke\" Escovedo was a percussionist, songwriter, session player, and bandleader. Enjoy this biography: https://www.allmusic.com/artist/coke-escovedo-mn0000088947#biography\n--\n\"Well, Upon my epitaph\nHere's what it must say\nHere lies a man\nWho's happy in his grave\nOne love in his lifetime\nWith whom he truly shared\nA world full of happiness with someone who cared...\"\n\nThis is his cover of the 1975 Johnny Bristol song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}