Information about plays

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

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

{
    "id": 3623299,
    "uri": "https://api.kexp.org/v2/plays/3623299/?format=api",
    "airdate": "2026-02-28T04:09:20-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time to Come Together",
    "track_id": "d2a4568f-dc3a-44da-840e-1434c22c9013",
    "recording_id": "28b5abac-74cc-4d69-8c6a-8006ee7979f4",
    "artist": "Sepalot & Blu",
    "artist_ids": [
        "7769477c-81f2-442f-93c2-b9a32f9e3415",
        "c5b07314-3efa-4207-a13f-6437b6669574"
    ],
    "album": "Closer",
    "release_id": "47b1992b-b65f-421a-9df6-e1096be836d9",
    "release_group_id": "9cfb58d0-2258-41af-9028-0982b3ca3f77",
    "labels": [
        "Eskapaden Musik"
    ],
    "label_ids": [
        "26456955-0fa2-4e01-8c4c-5c97fb9d20c9"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest album from veteran Munich-based electronic producer, DJ, and composer Sebastian Weiss (aka Sepalot)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}