Information about plays

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

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

{
    "id": 3421250,
    "uri": "https://api.kexp.org/v2/plays/3421250/?format=api",
    "airdate": "2024-11-04T08:18:39-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/12d57b62-f0dd-4c79-bad6-40d85b4e2cc7/38602435724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12d57b62-f0dd-4c79-bad6-40d85b4e2cc7/38602435724-250.jpg",
    "song": "Cult of Personality",
    "track_id": null,
    "recording_id": "e106d2a8-ef16-4805-b0d5-e3ca818a464d",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": "Vivid",
    "release_id": null,
    "release_group_id": "8ce498ba-26f5-3ea9-b499-9007212ae269",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1988-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Can you play \"cult of personality\"... and pray the era ends tomorrow... :)\nChava in SF\"\n\nVoted 144 in the countdown of best opening tracks as voted by KEXP listeners! \n--\nGuitarist Vernon Reid told Guitar World (1988) that he nailed the frenzied wah-wah solo on the first take. In 2015, it landed at #23 on the magazine's list of greatest wah solos of all time. Check out that isolated guitar solo: https://www.youtube.com/watch?v=UjoaGz00_5w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}