Information about plays

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

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

{
    "id": 3600302,
    "uri": "https://api.kexp.org/v2/plays/3600302/?format=api",
    "airdate": "2026-01-04T18:35:44-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zing",
    "track_id": null,
    "recording_id": null,
    "artist": "Smitty The Dancer Comedian",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blazin' Hot Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smitty The Dancer Comedian released \"Zing\" in 1982 with Blazin' Hot Records.\nThe track was produced by Leonard Smith & Bill Pittman.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}