Information about plays

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

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

{
    "id": 3625450,
    "uri": "https://api.kexp.org/v2/plays/3625450/?format=api",
    "airdate": "2026-03-05T02:24:18-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/1880fba8-e0cb-4735-91d8-95e8bf95e744/18396117991-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1880fba8-e0cb-4735-91d8-95e8bf95e744/18396117991-250.jpg",
    "song": "Hit ’em Up Style (Oops!)",
    "track_id": null,
    "recording_id": "c788a9e1-25b8-49b5-9e62-3490d43451d6",
    "artist": "Blu Cantrell",
    "artist_ids": [
        "f28cabfc-3cf5-4886-b832-36ab708fbb0a"
    ],
    "album": "So Blu",
    "release_id": null,
    "release_group_id": "cae6a3b5-867c-3aa5-84bf-b49f8db150a0",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}