Information about plays

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

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

{
    "id": 3565635,
    "uri": "https://api.kexp.org/v2/plays/3565635/?format=api",
    "airdate": "2025-10-15T23:12:00-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://coverartarchive.org/release/9264f2b4-e0f7-3693-b550-c8c012fb2fa1/2063249382-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9264f2b4-e0f7-3693-b550-c8c012fb2fa1/2063249382-250.jpg",
    "song": "Them Belly Full (but We Hungry)",
    "track_id": null,
    "recording_id": "beb62636-d766-4719-91ca-f4c76d0eb0f9",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Natty Dread",
    "release_id": null,
    "release_group_id": "e776533c-4132-3b63-bfaa-94fe901951b5",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "1974-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}