Information about plays

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

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

{
    "id": 3656705,
    "uri": "https://api.kexp.org/v2/plays/3656705/?format=api",
    "airdate": "2026-05-19T05:36:17-07:00",
    "show": 66757,
    "show_uri": "https://api.kexp.org/v2/shows/66757/?format=api",
    "image_uri": "https://dn720806.ca.archive.org/0/items/mbid-82a84b81-8e3e-4f5e-a013-9b9162bb17ef/mbid-82a84b81-8e3e-4f5e-a013-9b9162bb17ef-44952235843_thumb500.jpg",
    "thumbnail_uri": "https://dn720806.ca.archive.org/0/items/mbid-82a84b81-8e3e-4f5e-a013-9b9162bb17ef/mbid-82a84b81-8e3e-4f5e-a013-9b9162bb17ef-44952235843_thumb250.jpg",
    "song": "Party Lights",
    "track_id": "9d51c5e5-abd8-44bb-8c2a-ba71e6dc68fb",
    "recording_id": "38fc414f-954d-4020-b6ef-8fd79feef479",
    "artist": "Another Taste",
    "artist_ids": [
        "3e67e305-af38-434c-919a-3a678731f77b"
    ],
    "album": "Another Taste II",
    "release_id": "82a84b81-8e3e-4f5e-a013-9b9162bb17ef",
    "release_group_id": "ad56a066-95d0-4d9f-add5-f484f5b858e2",
    "labels": [
        "Space Grapes"
    ],
    "label_ids": [
        "ef2eb428-a1d5-4254-9a05-2d38b6dcfdea"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second album from this Rotterdam, Netherlands-based outfit!\n\nhttps://another-taste.bandcamp.com/album/another-taste-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}