Information about plays

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

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

{
    "id": 3638077,
    "uri": "https://api.kexp.org/v2/plays/3638077/?format=api",
    "airdate": "2026-04-05T06:50:44-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Shall Wipe All Tears Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Kronos Quartet",
    "artist_ids": [],
    "album": "Glorious Mahalia",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways Recordings"
    ],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from San Francisco's Kronos Quartet that's a tribute to revered 20th century gospel singer Mahalia Jackson ~ https://kronosquartet.bandcamp.com/album/glorious-mahalia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}