Information about plays

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

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

{
    "id": 3570192,
    "uri": "https://api.kexp.org/v2/plays/3570192/?format=api",
    "airdate": "2025-10-26T10:31:21-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/c86a3bdc-46df-477c-8f9e-6795d98ef93a/33507903493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c86a3bdc-46df-477c-8f9e-6795d98ef93a/33507903493-250.jpg",
    "song": "Jack the Ripper",
    "track_id": null,
    "recording_id": "af4a9cfe-271b-4131-bf91-ece5c306a4a0",
    "artist": "Screaming Lord Sutch & the Savages",
    "artist_ids": [
        "887c170a-8b02-4ee3-8d8f-a2185e3efc9e"
    ],
    "album": "Til the Following Night",
    "release_id": null,
    "release_group_id": "87025529-28ee-4139-9820-10b50b8223d0",
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lord Sutch was Britain’s version of \"Screaming Jay Hawkins\", who started his shows by coming out of big coffins and entertaining his audience with a repertory of horror songs.  \n\nRitchie Blackmore, who later founded heavy metal bands Deep Purple and Rainbow, was their guitarist for 7 months, saying in that time he “learnt to act like an imbecile.”\nhttps://forgottenbands.blogspot.com/2009/10/screaming-lord-sutch-savages-in-60s.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}