Information about plays

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

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

{
    "id": 3598830,
    "uri": "https://api.kexp.org/v2/plays/3598830/?format=api",
    "airdate": "2026-01-01T13:11:45-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Sister",
    "track_id": null,
    "recording_id": "9202e872-7ea2-43e6-880e-4c89563cbe8a",
    "artist": "Allen Toussaint",
    "artist_ids": [
        "ec21cced-2d22-4883-9ee3-f642e6e52f58"
    ],
    "album": "Life, Love and Faith",
    "release_id": null,
    "release_group_id": "58bb0cb2-1ad1-35a1-9899-d2eba655f639",
    "labels": [
        "Speakers Corner"
    ],
    "label_ids": [
        "402e80eb-91ca-451a-92e6-925354d488f8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Allen Toussaint, New Orleans musician, songwriter, and producer.  He died in 2015 at age 77: https://www.theguardian.com/music/2015/nov/11/allen-toussaint\n--\nEnjoy an Austin City Limits hour with vaunted New Orleans songwriter, producer, and musician Allen Toussaint: https://www.pbs.org/video/allen-toussaint-new-orleans-legend-kx2qr6/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}