Information about plays

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

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

{
    "id": 3421248,
    "uri": "https://api.kexp.org/v2/plays/3421248/?format=api",
    "airdate": "2024-11-04T08:10:34-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e25c81b-bd8b-4863-b49b-8353674d60a1/24370784931-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e25c81b-bd8b-4863-b49b-8353674d60a1/24370784931-250.jpg",
    "song": "This Woman’s Work",
    "track_id": null,
    "recording_id": "3bca128f-9819-4685-8ce3-a3a2946e1aaf",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Sensual World",
    "release_id": null,
    "release_group_id": "ad555095-b0a6-42c8-87aa-8ba035d20e12",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1989-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate Bush told the NME: \"It was written for John Hughes' film She's Having A Baby. Really light comedy about this young guy who gets married, very much a kid. His wife is pregnant and it's alright until they get to the hospital and the baby's in the breach position. That's the sequence I have to write the songs about and it's really very moving, him in the waiting room, having flashbacks of his wife and him going for walks, decoration... It's exploring his sadness and guilt, suddenly it's the point where he has to grow up. He'd been such a wally up to this point.\" - https://www.songfacts.com/facts/kate-bush/this-womans-work - https://www.katebush.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}