Information about plays

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

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

{
    "id": 3617612,
    "uri": "https://api.kexp.org/v2/plays/3617612/?format=api",
    "airdate": "2026-02-14T22:58:37-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Friend",
    "track_id": null,
    "recording_id": "bcc95ebf-690f-4233-82fe-016f071ae0d8",
    "artist": "The Dum Dum Boys",
    "artist_ids": [
        "71b032fe-c008-46e0-96ef-71d7543376e5"
    ],
    "album": "Let There Be Noise",
    "release_id": null,
    "release_group_id": "2ed1e891-11d9-403c-b5d0-83202caee1fc",
    "labels": [
        "Bondage Records"
    ],
    "label_ids": [
        "b1f3867d-5e7d-4d17-828c-64654ff97cc3"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand Stooges obsessed punks from Auckland formed in the early 80's and released their first and only album in August 1981; an unreleased second album, \"Death Or Glory\" was recorded, but with no shows and recognition sparse, the band changed their name becoming The Henchmen in late 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}