Information about plays

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

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

{
    "id": 3586144,
    "uri": "https://api.kexp.org/v2/plays/3586144/?format=api",
    "airdate": "2025-12-03T04:37:13-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Operator (DJ Koze radio edit)",
    "track_id": null,
    "recording_id": "3c58a24c-e39e-4e52-b216-2d2cef48e7b3",
    "artist": "Låpsley",
    "artist_ids": [
        "a273a221-f41f-477e-8403-4ee094cd5086"
    ],
    "album": "Operator (DJ Koze radio edit)",
    "release_id": null,
    "release_group_id": "dbd3fc63-3d49-4de0-b4a5-6ad7e5875fea",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2016-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the iconic video here: https://www.youtube.com/watch?v=PDsVVkIqbWE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}