Information about plays

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

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

{
    "id": 3622985,
    "uri": "https://api.kexp.org/v2/plays/3622985/?format=api",
    "airdate": "2026-02-27T12:10:21-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-922066aa-2a62-4861-b49c-89f4f7b37c93/mbid-922066aa-2a62-4861-b49c-89f4f7b37c93-38385356771_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-922066aa-2a62-4861-b49c-89f4f7b37c93/mbid-922066aa-2a62-4861-b49c-89f4f7b37c93-38385356771_thumb250.jpg",
    "song": "Spring Exit",
    "track_id": "2fb0effb-b52f-432d-bb2a-31878e949d61",
    "recording_id": "f8b6e216-563f-4046-9130-8f58179d7e26",
    "artist": "Marbled Eye",
    "artist_ids": [
        "52e8c256-3734-4a19-970d-411fc6942714"
    ],
    "album": "Read the Air",
    "release_id": "922066aa-2a62-4861-b49c-89f4f7b37c93",
    "release_group_id": "cecd56a3-5c3c-4064-be04-964c7e8b7c36",
    "labels": [
        "Summer Shade"
    ],
    "label_ids": [
        "5f09e093-3c10-47d0-b12e-c40dac912da8"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland band Marbled Eye is performing in San Francisco at Bottom of the Hill on March 26th! \n\nMarbled Eye played Live on KEXP last February from 25th Street Recording in Oakland! Check out the full set and interview here: https://www.youtube.com/watch?v=K5dzwCSzbU0\n\nhttps://marbledeye.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}