Information about plays

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

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

{
    "id": 3543696,
    "uri": "https://api.kexp.org/v2/plays/3543696/?format=api",
    "airdate": "2025-08-23T10:32:49-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://coverartarchive.org/release/896b5a16-8508-48e8-ab40-dbf301578537/24986950154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/896b5a16-8508-48e8-ab40-dbf301578537/24986950154-250.jpg",
    "song": "Clandestina (Cocaina remix)",
    "track_id": null,
    "recording_id": "e85fda26-fc59-4eec-9d57-249ef1bf77ec",
    "artist": "Emma Peters",
    "artist_ids": [
        "89646d43-5981-4ba6-b212-f162cc02918a"
    ],
    "album": "Clandestina",
    "release_id": null,
    "release_group_id": "5d8853ed-ecfd-400b-ae3c-f2a6380c7d46",
    "labels": [
        "Effective Records"
    ],
    "label_ids": [
        "21c32d53-1900-4c89-b51c-55b42421504f"
    ],
    "release_date": "2019-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}