Information about plays

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

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

{
    "id": 3428592,
    "uri": "https://api.kexp.org/v2/plays/3428592/?format=api",
    "airdate": "2024-11-22T08:46:20-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://coverartarchive.org/release/6432a3a0-417e-4d03-a152-08d914ba37a4/6807336626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6432a3a0-417e-4d03-a152-08d914ba37a4/6807336626-250.jpg",
    "song": "She Bop",
    "track_id": null,
    "recording_id": "64b9876c-e15d-48ed-92a5-3b797606b22e",
    "artist": "Cyndi Lauper",
    "artist_ids": [
        "7bd9e20e-74b9-446a-a2ed-a223f82a36e7"
    ],
    "album": "She Bop",
    "release_id": null,
    "release_group_id": "58c6c58a-b448-3cbd-a5fd-fb401593eafc",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A celebration of onanism...\n\nWhile she was recording her debut solo album, former Blue Angel vocalist Cyndi Lauper got a half-drunken phone call from songwriter Stephen Broughton Lunt (one of her collaborators on the track) suggesting she should write a song about female masturbation. Women didn’t have a song like that back then, he mused—certainly not in mainstream pop, anyway.: https://americansongwriter.com/the-meaning-behind-cyndi-laupers-saucy-self-love-serenade-she-bop/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}