Information about plays

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

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

{
    "id": 3597565,
    "uri": "https://api.kexp.org/v2/plays/3597565/?format=api",
    "airdate": "2025-12-29T09:52:07-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jazz Está Morto",
    "track_id": "75fc0ef8-d61a-4855-9e00-dd30a1e67077",
    "recording_id": "54b0f391-f7d4-4f27-9a4d-4f3bc9d2b0bb",
    "artist": "Carlos Dafé & Adrian Younge",
    "artist_ids": [
        "69bb7a74-99ee-4da0-bc3d-84586676e4ea",
        "4797b457-55e1-48e1-b73e-6827b59ee81e"
    ],
    "album": "Carlos Dafé JID025",
    "release_id": "66ebc5b8-5c70-4b6d-8911-5b222255de5f",
    "release_group_id": "308b5c23-8212-4e05-962f-d622c0424552",
    "labels": [
        "Jazz is Dead"
    ],
    "label_ids": [
        "4fa0846f-353d-4307-95d6-f63617efb673"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carlos Dafe was a leading figure in Brazil's soul scene of the 1970s and early '80s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}