Information about plays

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

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

{
    "id": 3569725,
    "uri": "https://api.kexp.org/v2/plays/3569725/?format=api",
    "airdate": "2025-10-25T10:38:15-07:00",
    "show": 64930,
    "show_uri": "https://api.kexp.org/v2/shows/64930/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ebce28d-b4b6-4591-a3c6-d2cd2250ef83/28767235758-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ebce28d-b4b6-4591-a3c6-d2cd2250ef83/28767235758-250.jpg",
    "song": "Budy Bye",
    "track_id": null,
    "recording_id": "d8ab841e-c823-4452-92ef-062e9abacbc7",
    "artist": "Johnny Osbourne",
    "artist_ids": [],
    "album": "600% Dynamite!",
    "release_id": null,
    "release_group_id": "2e4c6874-916f-3de9-bd86-29dca2b019e6",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2003-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}