Information about plays

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

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

{
    "id": 3438328,
    "uri": "https://api.kexp.org/v2/plays/3438328/?format=api",
    "airdate": "2024-12-15T09:03:27-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Andy",
    "track_id": null,
    "recording_id": null,
    "artist": "Jake Xerxes Fussell",
    "artist_ids": [
        "fbc3a7a5-e602-4e7e-b730-af63a232f87d"
    ],
    "album": "When I'm Called",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Possum"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The North Carolinan borrowed this song from the eclectic multimedia artist Maestro Gaxiola, who penned it in the mid-1980s as an ode to his quixotic pseudo-rivalry with the pop-art icon Andy Warhol.\nCheck out his 2019 Roadhouse Live on KEXP session https://www.youtube.com/watch?v=DeiboW_Qc58\n\nhttps://jakexerxesfussell.bandcamp.com/album/when-im-called",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}