Information about plays

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

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

{
    "id": 3612587,
    "uri": "https://api.kexp.org/v2/plays/3612587/?format=api",
    "airdate": "2026-02-03T06:32:06-08:00",
    "show": 65828,
    "show_uri": "https://api.kexp.org/v2/shows/65828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Well Respected Man",
    "track_id": "79e754cf-ad1d-3077-9bf0-c4d7f30bab99",
    "recording_id": "a3d6d9d0-ca58-4025-b723-7eebb38c0dc2",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "A Portrait of The Kinks",
    "release_id": "edb593d1-755a-4d2c-b9ec-2b5bc8442404",
    "release_group_id": "79aa31ab-72d2-430e-896d-980f2bccaeb6",
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "release_date": "1994-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1947: Dave Davies, English singer, songwriter and guitarist (The Kinks). Happy 79th Birthday!\n\nDavies is widely credited with pioneering the distorted guitar sound that became a foundational element of hard rock and heavy metal. On his 16th birthday, Davies famously slashed the speaker cone of his Elpico amplifier with a razor blade to create the raw, snarling tone heard on the 1964 hit \"You Really Got Me\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}