Information about plays

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

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

{
    "id": 3343744,
    "uri": "https://api.kexp.org/v2/plays/3343744/?format=api",
    "airdate": "2024-05-04T13:54:47-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia802705.us.archive.org/9/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb500.jpg",
    "thumbnail_uri": "https://ia802705.us.archive.org/9/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb250.jpg",
    "song": "One Hundred Years",
    "track_id": "93a00bb5-715d-3d6a-b22a-212ef8469500",
    "recording_id": "a61fe0c4-8181-4496-8880-e970f4454b45",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Pornography",
    "release_id": "665ff6fa-46d0-3ed3-9c7e-ec508e850946",
    "release_group_id": "5d4f8f19-23cf-34cf-b225-8cd0339c37de",
    "labels": [
        "Rhino",
        "Fiction Records",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "f6182855-aa81-453a-a460-58c0fd71635d",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2006-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure's Pornography was borne out of frontman Robert Smith's depression, combined with the band's heavy drug use. He explained in Jeff Apter's Never Enough: The Story of the Cure, \"I had two choices at the time, which were either completely giving in [committing suicide] or making a record of it and getting it out of me.\"\n\nThe resulting dark album was dubbed by NME as \"Phil Spector in Hell,\" and solidified the band's place in music history as a proto-goth rock band. https://bit.ly/3sI92Wk",
    "play_type": "trackplay"
}