Information about plays

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

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

{
    "id": 3428599,
    "uri": "https://api.kexp.org/v2/plays/3428599/?format=api",
    "airdate": "2024-11-22T09:15:51-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia800704.us.archive.org/15/items/mbid-57c619bc-5fe4-4b2f-8f06-3141c7465944/mbid-57c619bc-5fe4-4b2f-8f06-3141c7465944-21847126341_thumb500.jpg",
    "thumbnail_uri": "https://ia800704.us.archive.org/15/items/mbid-57c619bc-5fe4-4b2f-8f06-3141c7465944/mbid-57c619bc-5fe4-4b2f-8f06-3141c7465944-21847126341_thumb250.jpg",
    "song": "Let’s Talk About Sex",
    "track_id": "efb71f55-9129-39dc-a050-9e149e1acd29",
    "recording_id": "79483eea-a3ed-4022-8dde-987413104dfc",
    "artist": "Salt‐N‐Pepa",
    "artist_ids": [
        "26bcd35d-56a3-4e4d-8ad7-7bc5787c3af1"
    ],
    "album": "Blacks’ Magic",
    "release_id": "57c619bc-5fe4-4b2f-8f06-3141c7465944",
    "release_group_id": "1530b3d2-8819-3662-96c5-73f92fa91923",
    "labels": [
        "Next Plateau Records"
    ],
    "label_ids": [
        "29d7fbd2-d3c9-4679-ab6f-311dc1473bb5"
    ],
    "release_date": "1990-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"...Don't be coy, avoid, or make void the topic\nCause that ain't gonna stop it...\"\n--\nOn November 7, 1991, basketball star Magic Johnson dropped the bombshell that he was HIV-positive, becoming the biggest star to announce that he had the virus that causes AIDS. Two weeks later, \"Let's Talk About Sex,\" reached its peak position of #13 in the US.\n--\nHere's the official video: https://www.youtube.com/watch?v=ydrtF45-y-g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}