Information about plays

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

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

{
    "id": 3438052,
    "uri": "https://api.kexp.org/v2/plays/3438052/?format=api",
    "airdate": "2024-12-14T16:03:20-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://ia800601.us.archive.org/30/items/mbid-f9574114-1197-4a23-a9e2-8c88c8113829/mbid-f9574114-1197-4a23-a9e2-8c88c8113829-39613204345_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/30/items/mbid-f9574114-1197-4a23-a9e2-8c88c8113829/mbid-f9574114-1197-4a23-a9e2-8c88c8113829-39613204345_thumb250.jpg",
    "song": "Bus",
    "track_id": "3e948409-bf2a-4ebe-a3d3-8d3c4f9192db",
    "recording_id": "c7a6eda0-eea3-4d86-9eaf-27213787ba79",
    "artist": "Naked Roommate",
    "artist_ids": [
        "3d232a26-295d-467e-acc3-a20e22150db2"
    ],
    "album": "Pass the Loofah",
    "release_id": "f9574114-1197-4a23-a9e2-8c88c8113829",
    "release_group_id": "343b2608-b81e-4ec6-9e41-ad2fbf35de31",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oakland’s Naked Roommate have been slinking around the Bay Area lighting up stages, shaking asses & confounding listeners since 2018, when the group - originally just the duo of real-life partners Andy Jordan & Amber Sermeno (both formerly of The World) - self-released a cassette of demos (2018’s 'Naked Roommate'). \"\n\nThe band's new album, Pass the Loofah, came out in October!\nRead more about the Bay Area group here: https://nakedroommate.bandcamp.com/album/pass-the-loofah",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}