Information about plays

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

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

{
    "id": 3543972,
    "uri": "https://api.kexp.org/v2/plays/3543972/?format=api",
    "airdate": "2025-08-23T23:06:41-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Impaled by Chaos",
    "track_id": null,
    "recording_id": "bfad209f-c733-420e-b986-cb68e4b606c9",
    "artist": "Axiom",
    "artist_ids": [
        "787b446e-a969-4de8-a9b4-21be6afb7f9d"
    ],
    "album": "Impaled by Chaos",
    "release_id": null,
    "release_group_id": "0bda7422-235e-3236-80ec-2c903dc1fbef",
    "labels": [
        "Ministry of Peace Records"
    ],
    "label_ids": [
        "f4a02f18-763b-41e9-9dd4-13ef1d16bd6e"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, OR\n\naudioblasphemy.bandcamp.com/album/impaled-by-chaos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}