Information about plays

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

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

{
    "id": 3629528,
    "uri": "https://api.kexp.org/v2/plays/3629528/?format=api",
    "airdate": "2026-03-16T00:07:41-07:00",
    "show": 66193,
    "show_uri": "https://api.kexp.org/v2/shows/66193/?format=api",
    "image_uri": "https://coverartarchive.org/release/f61acd06-8eac-427e-8525-e92d98504c1f/16884327251-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f61acd06-8eac-427e-8525-e92d98504c1f/16884327251-250.jpg",
    "song": "Snooze",
    "track_id": null,
    "recording_id": "48b334f4-2c05-429a-bc03-dadef309185b",
    "artist": "SZA",
    "artist_ids": [
        "272989c8-5535-492d-a25c-9f58803e027f"
    ],
    "album": "Broken Clocks",
    "release_id": null,
    "release_group_id": "93d69227-71a7-4a24-a7c1-feb25fe4681d",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}