Information about plays

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

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

{
    "id": 3604235,
    "uri": "https://api.kexp.org/v2/plays/3604235/?format=api",
    "airdate": "2026-01-14T10:53:28-08:00",
    "show": 65648,
    "show_uri": "https://api.kexp.org/v2/shows/65648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Road Again",
    "track_id": null,
    "recording_id": "1492270e-6647-40ec-9714-88a85d812827",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Willie Nelson's Greatest Hits (& Some That Will Be)",
    "release_id": null,
    "release_group_id": "1da9816c-c5fb-3196-bad3-172c5597c7c3",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Janelle in Port Orchard for her father-in-law.\n\n\"Hey Cheryl,\n\nMy father-in-law is in the hospital right now. I hope he’s listening to you guys. He’s a huge Willie Nelson fan. I was wondering if you could play something for him. Your choice.\n\nLots of love to you all! Thanks to all of you for all you do.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}