Information about plays

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

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

{
    "id": 3635099,
    "uri": "https://api.kexp.org/v2/plays/3635099/?format=api",
    "airdate": "2026-03-29T11:28:02-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/846ab94d-fe9c-46cf-a208-300f736190b5/44167349834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/846ab94d-fe9c-46cf-a208-300f736190b5/44167349834-250.jpg",
    "song": "Hair Down",
    "track_id": null,
    "recording_id": "5a23d7e3-ce86-4411-9684-399c7bb54e19",
    "artist": "Samm Henshaw",
    "artist_ids": [
        "7e1970c6-4238-4c12-a77b-728ce89c9e02"
    ],
    "album": "It Could Be Worse",
    "release_id": null,
    "release_group_id": "34af4b95-654c-4fcf-a880-8c915ce1282a",
    "labels": [
        "Dorm Seven"
    ],
    "label_ids": [
        "15a47fec-1c6e-44e2-8873-5687ff3a2c2e"
    ],
    "release_date": "2026-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London, UK artist named his album after experiencing a breakup, then family loss, and a few deaths in my family and realizing it’s not always as bad as you expect.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}