Information about plays

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

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

{
    "id": 3590787,
    "uri": "https://api.kexp.org/v2/plays/3590787/?format=api",
    "airdate": "2025-12-13T22:19:15-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only A Memory",
    "track_id": null,
    "recording_id": null,
    "artist": "Tee Vee Repairmann",
    "artist_ids": [
        "50c8e71c-2206-4481-97b2-e4555ba9f448"
    ],
    "album": "Only A Memory / Bad News",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Goner Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tee Vee Repairmann is largely the solo endeavor of Ishka Edmeades from Sydney, Australia. Edmeades is also known for his work in bands such as Satanic Togas, Set-Top Box, and Research Reactor Corporation, and for operating the DIY label Warttmann Inc.https://www.maximumrocknroll.com/band/tee-vee-repairmann/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}