Information about plays

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

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

{
    "id": 3534022,
    "uri": "https://api.kexp.org/v2/plays/3534022/?format=api",
    "airdate": "2025-07-31T05:44:48-07:00",
    "show": 64159,
    "show_uri": "https://api.kexp.org/v2/shows/64159/?format=api",
    "image_uri": "https://ia804606.us.archive.org/8/items/mbid-26fe41c2-8588-4aa3-a835-1b2d5a8fe4f4/mbid-26fe41c2-8588-4aa3-a835-1b2d5a8fe4f4-40950851884_thumb500.jpg",
    "thumbnail_uri": "https://ia904606.us.archive.org/8/items/mbid-26fe41c2-8588-4aa3-a835-1b2d5a8fe4f4/mbid-26fe41c2-8588-4aa3-a835-1b2d5a8fe4f4-40950851884_thumb250.jpg",
    "song": "Bubble",
    "track_id": "2fb0da9b-5f86-4734-81c2-58d2500b94d1",
    "recording_id": "c8e7a251-a67f-453b-afdb-9a5751a61ce1",
    "artist": "LAKE",
    "artist_ids": [
        "8e652510-1ccd-4fda-ae69-586ebfa494cd"
    ],
    "album": "Roundelay",
    "release_id": "26fe41c2-8588-4aa3-a835-1b2d5a8fe4f4",
    "release_group_id": "0a616649-e80c-4c47-9619-266afbabc43b",
    "labels": [
        "Off Tempo"
    ],
    "label_ids": [
        "12bf5783-1fdf-49fe-9799-d4da620e0b63"
    ],
    "release_date": "2020-04-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "LAKE formed in Olympia, Washington in 2005. \n\nAfter a five-year hiatus LAKE are back with a new record Bucolic Gone, which came out March 7: https://laketheband.bandcamp.com/album/bucolic-gone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}