Information about plays

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

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

{
    "id": 3539424,
    "uri": "https://api.kexp.org/v2/plays/3539424/?format=api",
    "airdate": "2025-08-13T02:46:23-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c91beea-311d-409a-bcd4-4a89e57da433/16993205698-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c91beea-311d-409a-bcd4-4a89e57da433/16993205698-250.jpg",
    "song": "Distant Dreams (Part Two)",
    "track_id": null,
    "recording_id": null,
    "artist": "Throbbing Gristle",
    "artist_ids": [
        "e135d690-9c53-4333-8f11-98aec8c9f434"
    ],
    "album": "Adrenalin",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Industrial"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Still sounds ahead of its time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}