Information about plays

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

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

{
    "id": 3588296,
    "uri": "https://api.kexp.org/v2/plays/3588296/?format=api",
    "airdate": "2025-12-08T00:17:51-08:00",
    "show": 65318,
    "show_uri": "https://api.kexp.org/v2/shows/65318/?format=api",
    "image_uri": "https://coverartarchive.org/release/443b9bcc-cd06-4717-a733-c6461cea9e92/2178571919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/443b9bcc-cd06-4717-a733-c6461cea9e92/2178571919-250.jpg",
    "song": "Give Me Love",
    "track_id": null,
    "recording_id": "fb9b2524-2585-48c5-8e2a-c5dc07813149",
    "artist": "Cerrone",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc"
    ],
    "album": "Culture",
    "release_id": null,
    "release_group_id": "141b0fbd-680b-3ecd-b652-b56dc123257e",
    "labels": [
        "Malligator"
    ],
    "label_ids": [
        "c15fc9a7-cb79-4eca-9c15-bf4af5f4e06f"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}