Information about plays

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

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

{
    "id": 3600310,
    "uri": "https://api.kexp.org/v2/plays/3600310/?format=api",
    "airdate": "2026-01-04T19:02:54-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Treasure Mind",
    "track_id": null,
    "recording_id": "de5b4686-ab30-4ce0-9190-af5c131636d7",
    "artist": "Trace of Smoke",
    "artist_ids": [
        "be949ac9-0b47-4257-81fb-612d7d1d0bba"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "B.J. Records"
    ],
    "label_ids": [
        "a76a3fce-6bc3-464a-887d-ccc575a2899e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trace of Smoke released \"Treasure Mind\" as a b-side to \"U.R.\" in 1982. Trace of Smoke was the first Black band in Austin to play in white clubs in the 1970s. The group later reformed as Karizma.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}