Information about plays

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

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

{
    "id": 3555038,
    "uri": "https://api.kexp.org/v2/plays/3555038/?format=api",
    "airdate": "2025-09-19T14:15:41-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia802903.us.archive.org/28/items/mbid-91434efd-1213-47d5-8a4a-b8ccfd816f3e/mbid-91434efd-1213-47d5-8a4a-b8ccfd816f3e-25641496414_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/28/items/mbid-91434efd-1213-47d5-8a4a-b8ccfd816f3e/mbid-91434efd-1213-47d5-8a4a-b8ccfd816f3e-25641496414_thumb250.jpg",
    "song": "You've Got To Change",
    "track_id": "ede0581f-fba4-444a-b732-666e9e378835",
    "recording_id": "404f7148-3305-4f8f-937f-3c86ed83f504",
    "artist": "Brownout feat. Anthony Farrell",
    "artist_ids": [
        "c7c1b94b-92d6-4ffb-bc53-949e24d8b858",
        "2e6f816a-9c19-45d0-aa4c-fec8ff0cbd3c"
    ],
    "album": "Berlin Sessions",
    "release_id": "91434efd-1213-47d5-8a4a-b8ccfd816f3e",
    "release_group_id": "b5dfce71-7976-48c6-806e-0a123054bc1e",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2020-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Eric!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}