Information about plays

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

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

{
    "id": 3547888,
    "uri": "https://api.kexp.org/v2/plays/3547888/?format=api",
    "airdate": "2025-09-02T06:57:36-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outa Space",
    "track_id": null,
    "recording_id": "da86de30-d025-43f2-9d1e-56ef325d2991",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "Billy Preston (Re-Recorded Version)",
    "release_id": null,
    "release_group_id": "aa9edd58-c95b-4da5-b682-57fda711af4c",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-12-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born this day in 1946 – Billy Preston, American singer-songwriter, pianist, and actor (d. June 6, 2006) 59 years old. A virtuoso keyboardist, particularly on Hammond organ, Preston was recognized as a top session musician in the 1960s, during which he backed artists such as Little Richard, Sam Cooke, Ray Charles and the Beatles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}