Information about plays

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

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

{
    "id": 3593764,
    "uri": "https://api.kexp.org/v2/plays/3593764/?format=api",
    "airdate": "2025-12-21T01:29:46-08:00",
    "show": 65435,
    "show_uri": "https://api.kexp.org/v2/shows/65435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wardrums at Dawn on the Day of My Death",
    "track_id": null,
    "recording_id": "2080ff06-0906-4d39-adb8-8264ca64dfd0",
    "artist": "Blackbraid",
    "artist_ids": [
        "e3a90a6a-4121-4c75-97e4-89d4c217717b"
    ],
    "album": "Blackbraid III",
    "release_id": null,
    "release_group_id": "6afc81db-c003-4bac-929b-e659aed1649d",
    "labels": [
        "Independent"
    ],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adirondack Mountains, New York\nIncredible third full length! \nhttps://blackbraid.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}