Information about plays

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

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

{
    "id": 3596124,
    "uri": "https://api.kexp.org/v2/plays/3596124/?format=api",
    "airdate": "2025-12-26T04:47:45-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadows",
    "track_id": null,
    "recording_id": "23d34049-8cfb-4da9-9824-f90c14c4402c",
    "artist": "Bonobo feat. Jordan Rakei",
    "artist_ids": [
        "9a709693-b4f8-4da9-8cc1-038c911a61be",
        "812c46e5-3d65-4e80-ada8-269450c5621b"
    ],
    "album": "Fragments",
    "release_id": null,
    "release_group_id": "c0b8d15f-baed-499c-80d3-037325756e9c",
    "labels": [
        "Beat Records"
    ],
    "label_ids": [
        "ea424c04-1edd-4ce4-8b3b-8181571ccaa3"
    ],
    "release_date": "2022-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Enrique!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}