Information about plays

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

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

{
    "id": 3570170,
    "uri": "https://api.kexp.org/v2/plays/3570170/?format=api",
    "airdate": "2025-10-26T09:14:29-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/557984ac-02ed-45a9-8bcd-5d4a43b08871/19086832014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/557984ac-02ed-45a9-8bcd-5d4a43b08871/19086832014-250.jpg",
    "song": "Trouble Is a Lonesome Town",
    "track_id": null,
    "recording_id": "59a49c1e-4c5b-4b8e-bdfc-8f7c9df3972d",
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Trouble Is a Lonesome Town",
    "release_id": null,
    "release_group_id": "441329bd-e7c6-3bc8-b701-89ce279c6f2f",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hazlewood was surprised when he realized he’d taken one demo and turned it into a concept album about a make-believe town. There was talk about turning it into a TV show, and Hazlewood even wrote a script called Trouble Is a Lonesome that, sadly, never made it to air.\nReissued on LITA \nhttps://lightintheattic.net/products/trouble-is-a-lonesome-town",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}