Information about plays

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

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

{
    "id": 3526027,
    "uri": "https://api.kexp.org/v2/plays/3526027/?format=api",
    "airdate": "2025-07-12T16:53:35-07:00",
    "show": 63995,
    "show_uri": "https://api.kexp.org/v2/shows/63995/?format=api",
    "image_uri": "https://ia801301.us.archive.org/20/items/mbid-200f0a5a-41c4-49f3-b997-1ef5f975f060/mbid-200f0a5a-41c4-49f3-b997-1ef5f975f060-5554262129_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/20/items/mbid-200f0a5a-41c4-49f3-b997-1ef5f975f060/mbid-200f0a5a-41c4-49f3-b997-1ef5f975f060-5554262129_thumb250.jpg",
    "song": "Jigsaw Falling Into Place",
    "track_id": "12a00ee7-d7b6-4033-ba83-80ba0241b946",
    "recording_id": "31600df4-e6dd-48ca-9f6b-8804027d8d6e",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "In Rainbows",
    "release_id": "200f0a5a-41c4-49f3-b997-1ef5f975f060",
    "release_group_id": "6e335887-60ba-38f0-95af-fae7774336bf",
    "labels": [
        "TBD Records"
    ],
    "label_ids": [
        "9b9655c8-30ec-4087-921d-87257e612d7b"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}