Information about plays

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

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

{
    "id": 3599920,
    "uri": "https://api.kexp.org/v2/plays/3599920/?format=api",
    "airdate": "2026-01-03T23:45:24-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hear Nothing See Nothing Say Nothing",
    "track_id": null,
    "recording_id": "3366f059-26b8-4b8b-92e1-ee9ea2f04da4",
    "artist": "Discharge",
    "artist_ids": [
        "0c9bfbdc-4e64-497d-bf80-5c891e6766a3"
    ],
    "album": "Hear Nothing See Nothing Say Nothing",
    "release_id": null,
    "release_group_id": "ee0a4f40-7619-3acb-9584-6afbf6040bb9",
    "labels": [
        "Noise Records"
    ],
    "label_ids": [
        "8a9c7919-4bf5-46f1-acab-974a3ad3922f"
    ],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On December 30th 2017, the group played a support slot for the original Misfits reunion at the LA Forum in Los Angeles, California. The 17,000 capacity venue sold out in less than one minute.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}