Information about plays

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

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

{
    "id": 3595037,
    "uri": "https://api.kexp.org/v2/plays/3595037/?format=api",
    "airdate": "2025-12-23T19:27:26-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mbube",
    "track_id": "c8fba8d2-2889-31a2-bd92-e9ced684a08e",
    "recording_id": "4b4c824c-3475-4432-8c9b-2a3189ba5ef9",
    "artist": "Soweto Gospel Choir",
    "artist_ids": [
        "49dca4c0-4554-42cd-9b93-ef85b1aaf118"
    ],
    "album": "Blessed",
    "release_id": "bb0c24bb-e577-4958-b147-f809a7212414",
    "release_group_id": "adff184a-923e-47cd-8f68-279154b9e967",
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}