Information about plays

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

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

{
    "id": 3421967,
    "uri": "https://api.kexp.org/v2/plays/3421967/?format=api",
    "airdate": "2024-11-06T03:52:05-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia800206.us.archive.org/22/items/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d-22039912154_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/22/items/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d/mbid-d7fe4164-109f-48d2-a35a-53f6502f3f3d-22039912154_thumb250.jpg",
    "song": "This Woman's Work",
    "track_id": "461827c5-aa23-396b-b4e9-639a6e9f56d5",
    "recording_id": "3bca128f-9819-4685-8ce3-a3a2946e1aaf",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Sensual World",
    "release_id": "d7fe4164-109f-48d2-a35a-53f6502f3f3d",
    "release_group_id": "ad555095-b0a6-42c8-87aa-8ba035d20e12",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written for the movie She's Having a Baby, with director John Hughes using the song during the film's dramatic climax, when the character of Jake (Kevin Bacon) learns that the lives of his wife, Kristy (Elizabeth McGovern), and their unborn child are in danger.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}