Information about plays

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

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

{
    "id": 3592589,
    "uri": "https://api.kexp.org/v2/plays/3592589/?format=api",
    "airdate": "2025-12-18T07:29:45-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t Complain",
    "track_id": "d2430bf1-472a-3e4b-97b3-956d8fa57fb7",
    "recording_id": "66516d13-3450-453e-aa67-17c5026b88e4",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Viva Satellite",
    "release_id": "2c4ab5f0-1e93-4579-9de3-259d5b4f2a2e",
    "release_group_id": "bf62da30-f940-3a88-8eb4-c4f9c5e1fff5",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Todd Snider died of complications of pneumonia at 59 on November 14, 2025.\n\nHe was dubbed by some the unofficial \"mayor of Nashville,\" and  modeled himself on --and at times met and was mentored by --artists like Kris Kristofferson, Guy Clark and John Prine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}