Information about plays

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

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

{
    "id": 3659932,
    "uri": "https://api.kexp.org/v2/plays/3659932/?format=api",
    "airdate": "2026-05-26T19:24:14-07:00",
    "show": 66823,
    "show_uri": "https://api.kexp.org/v2/shows/66823/?format=api",
    "image_uri": "https://coverartarchive.org/release/395aeb66-1c4d-429c-9cfa-8ea84520472d/25798671103-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/395aeb66-1c4d-429c-9cfa-8ea84520472d/25798671103-250.jpg",
    "song": "Reggae Makossa",
    "track_id": null,
    "recording_id": "cd596e5d-858b-47ae-b3e8-ecf3a42186f7",
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": "062b4cc1-4b0c-4c77-bb5b-489979ad938e",
    "labels": [
        "Soul Makossa"
    ],
    "label_ids": [
        "655ef5d6-8c46-4da6-afa8-e1b38369cfb4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}