Information about plays

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

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

{
    "id": 3428345,
    "uri": "https://api.kexp.org/v2/plays/3428345/?format=api",
    "airdate": "2024-11-21T17:31:56-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big End",
    "track_id": "1adcc699-c09c-49cd-ab2f-11f838a62c79",
    "recording_id": "739f3397-f313-4452-9d9d-e86c386a2043",
    "artist": "Dazy",
    "artist_ids": [
        "bdbcdae9-c729-4693-963a-5d63ec77b58d"
    ],
    "album": "IT’S ONLY A SECRET (if you repeat it)",
    "release_id": "ff2abc10-74ce-453f-b200-b763b20fea6b",
    "release_group_id": "7ac9b34c-1f9c-4ecb-8248-6e1b94de36d1",
    "labels": [
        "Lame-O Records"
    ],
    "label_ids": [
        "8abf1ffc-dc27-4d93-a7ec-73cbaa08e65c"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dazy is the one-man band of James Goodson, the Richmond-based artist (and music publicist) who’s played in a number of noisy punk outfits over the years like Teen Death and Bashful. \n\nYou may know him as the mastermind behind MAXIMUMBLASTSUPERLOUD: The First 24 Songs, the ear-splitting, citrus-soaked compilation Dazy dropped last year, or his collaborative track with Militarie Gun, “Pressure Cooker.”\n\nhttps://www.stereogum.com/2200528/dazy-james-goodson-outofbody/interviews/band-to-watch/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}