Information about plays

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

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

{
    "id": 3578472,
    "uri": "https://api.kexp.org/v2/plays/3578472/?format=api",
    "airdate": "2025-11-15T12:00:52-08:00",
    "show": 65118,
    "show_uri": "https://api.kexp.org/v2/shows/65118/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Switch It Up",
    "track_id": "83404129-1f76-4e6a-aad8-da8e2899d4d5",
    "recording_id": "6865ed8d-5797-4754-8fe7-df0ca42b0fc3",
    "artist": "Protoje feat. Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725",
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "In Search of Lost Time",
    "release_id": "10e4f7ff-23ad-41ef-b3fc-bd27a3bba640",
    "release_group_id": "bb831388-40d7-4fa2-a0bf-99629d68beb8",
    "labels": [
        "In.Digg.Nation Collective"
    ],
    "label_ids": [
        "b7f6e35f-52ee-4553-b74a-752b6f5d818f"
    ],
    "release_date": "2020-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}