Information about plays

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

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

{
    "id": 3552018,
    "uri": "https://api.kexp.org/v2/plays/3552018/?format=api",
    "airdate": "2025-09-12T08:06:04-07:00",
    "show": 64540,
    "show_uri": "https://api.kexp.org/v2/shows/64540/?format=api",
    "image_uri": "https://ia803407.us.archive.org/20/items/mbid-70e99a04-ecbd-3600-a1e6-75c0730bdbaf/mbid-70e99a04-ecbd-3600-a1e6-75c0730bdbaf-7947222783_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/20/items/mbid-70e99a04-ecbd-3600-a1e6-75c0730bdbaf/mbid-70e99a04-ecbd-3600-a1e6-75c0730bdbaf-7947222783_thumb250.jpg",
    "song": "Shining Road",
    "track_id": "bf6d878c-d4b8-3fb1-b932-00632f595f9f",
    "recording_id": "440bcd20-c71f-4afc-af0a-830aacab9dc9",
    "artist": "Cranes",
    "artist_ids": [
        "f6dfc44d-5da4-4ed1-949b-32715630dff4"
    ],
    "album": "Loved",
    "release_id": "70e99a04-ecbd-3600-a1e6-75c0730bdbaf",
    "release_group_id": "07c97bca-9823-395b-ac11-7dd9b7acc14a",
    "labels": [
        "Dedicated",
        "Arista"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d",
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1994-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that the album, \"Loved,\" was released on September 12th, 1994? \n--\nThat wonderful voice is vocalist Alison Shaw, co-founder of Cranes with her brother Jim.  Here's a 2024 conversation with the singer:  https://post-punk.com/hopes-are-high-a-conversation-with-alison-shaw-of-cranes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}