Information about plays

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

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

{
    "id": 3629455,
    "uri": "https://api.kexp.org/v2/plays/3629455/?format=api",
    "airdate": "2026-03-15T20:07:03-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/50d0a0dd-5ada-44dc-a05c-892f07122d30/41486836969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50d0a0dd-5ada-44dc-a05c-892f07122d30/41486836969-250.jpg",
    "song": "Didn't You Know",
    "track_id": null,
    "recording_id": "e423298c-9394-4451-adc1-f40c2ffbea39",
    "artist": "Tha Rayne",
    "artist_ids": [],
    "album": "Didn't You Know",
    "release_id": null,
    "release_group_id": "239b1117-1a04-3e36-9161-8864635a179e",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tha' Rayne released \"Didn't You Know\" on the album of the same name in 2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}