Information about plays

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

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

{
    "id": 3604975,
    "uri": "https://api.kexp.org/v2/plays/3604975/?format=api",
    "airdate": "2026-01-16T06:15:17-08:00",
    "show": 65663,
    "show_uri": "https://api.kexp.org/v2/shows/65663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wardance",
    "track_id": "fa122b4c-c694-3e26-a0c5-ef621060e20b",
    "recording_id": "764e971b-19fb-4f1a-97b8-231a757ad81e",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Killing Joke",
    "release_id": "726f30ed-02bc-48b9-b7cd-7d5134af4e86",
    "release_group_id": "30a8c233-66ab-3ceb-87e2-bda76f4164ca",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Raven, English musician (Killing Joke, Prong, and Ministry) was born on this day in 1961. He died October 20, 2007 at the age of 46 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}