Information about plays

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

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

{
    "id": 3428646,
    "uri": "https://api.kexp.org/v2/plays/3428646/?format=api",
    "airdate": "2024-11-22T12:09:31-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Suppin' On Strange",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Ends",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's Martin Douglas recently wrote a feature on Black Ends for his column called Throwaway Style, entitled \"Black Ends' Long Journey to the Beginning.\" \n\nDouglas writes: \"In 2018, I received an email from a band called Black Ends, who described their music as 'gunk pop.' I listened to their EP Sellout, and my initial impression was that they sounded like tune-yards if it were revealed that Merrill Garbus had the world’s biggest vinyl collection of Nirvana live bootlegs.\"\n\nCheck out the full article here: https://www.kexp.org/read/2024/9/6/throwaway-style-black-ends-feature/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}