Information about plays

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

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

{
    "id": 3665435,
    "uri": "https://api.kexp.org/v2/plays/3665435/?format=api",
    "airdate": "2026-06-08T18:04:18-07:00",
    "show": 66938,
    "show_uri": "https://api.kexp.org/v2/shows/66938/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-0fee2e39-5701-4547-b12a-4269ac762937/mbid-0fee2e39-5701-4547-b12a-4269ac762937-44739578249_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-0fee2e39-5701-4547-b12a-4269ac762937/mbid-0fee2e39-5701-4547-b12a-4269ac762937-44739578249_thumb250.jpg",
    "song": "Island of One",
    "track_id": "c8740b52-b31a-422a-b28e-f15812657802",
    "recording_id": "fdb6b360-82fd-4690-b5cf-1b9810803cc6",
    "artist": "Miki Berenyi Trio",
    "artist_ids": [
        "5473e666-9dba-45bb-a6f1-bfc5f8e3fc5f"
    ],
    "album": "Island Of One",
    "release_id": "0fee2e39-5701-4547-b12a-4269ac762937",
    "release_group_id": "6b40cb19-1146-4d74-8770-8c9264c6dbb9",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2026-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}