Information about plays

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

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

{
    "id": 3547468,
    "uri": "https://api.kexp.org/v2/plays/3547468/?format=api",
    "airdate": "2025-09-01T06:48:13-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia801301.us.archive.org/20/items/mbid-47ddb0f5-15b4-4a05-9a4e-65e728d44125/mbid-47ddb0f5-15b4-4a05-9a4e-65e728d44125-12562238401_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/20/items/mbid-47ddb0f5-15b4-4a05-9a4e-65e728d44125/mbid-47ddb0f5-15b4-4a05-9a4e-65e728d44125-12562238401_thumb250.jpg",
    "song": "9 to 5",
    "track_id": "bcba3981-fbc6-36c2-a0c9-7a28c688662a",
    "recording_id": "584864f4-9691-4ea5-9b1b-175ed1acc231",
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "The Essential Dolly Parton",
    "release_id": "47ddb0f5-15b4-4a05-9a4e-65e728d44125",
    "release_group_id": "6bd6c955-8ed8-3f40-9a19-ba957097ff0b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2009 interview with 60 Minutes, Parton talked about the unlikely inspiration for this song: her fingernails. \n\nShe had very long, acrylic nails, and discovered that when she rubbed them together she could create a rhythm that sounded like a typewriter, and since the movie was about secretaries, she was able to use that sound to compose the song on the set. She even played her fingernails as part of the percussion sound when she recorded the track. \n\nhttps://americansongwriter.com/9-to-5-by-dolly-parton-behind-the-song/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}