Information about plays

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

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

{
    "id": 3553252,
    "uri": "https://api.kexp.org/v2/plays/3553252/?format=api",
    "airdate": "2025-09-15T05:23:44-07:00",
    "show": 64568,
    "show_uri": "https://api.kexp.org/v2/shows/64568/?format=api",
    "image_uri": "https://ia904607.us.archive.org/24/items/mbid-c37d7780-15fe-4b49-ac01-a3271500dcd2/mbid-c37d7780-15fe-4b49-ac01-a3271500dcd2-39726575277_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-c37d7780-15fe-4b49-ac01-a3271500dcd2/mbid-c37d7780-15fe-4b49-ac01-a3271500dcd2-39726575277_thumb250.jpg",
    "song": "Deià Dream",
    "track_id": "07d21b91-a2fd-49fd-99d7-67b629956226",
    "recording_id": "2f6c210a-bf07-4bab-90a7-ca6c02e79c9e",
    "artist": "Earthtones",
    "artist_ids": [
        "1b339d32-9557-4400-90d3-10accc991c28"
    ],
    "album": "We Can Live Together",
    "release_id": "c37d7780-15fe-4b49-ac01-a3271500dcd2",
    "release_group_id": "d0841e6f-9c66-4469-ae59-bd7a179960f2",
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2024-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“We Can Live Together is the first full LP by Earthtones on Wonderwheel. The title is a message, a prayer, and a vision for humanity. It is a reminder that we are in this life together, that love binds us all, and it is only the ideologies and social systems built to prohibit our ability to recognize how close we are that hold us back. We can live, together.\n\nhttps://earthtonesmusic.bandcamp.com/album/we-can-live-together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}