Information about plays

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

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

{
    "id": 3585541,
    "uri": "https://api.kexp.org/v2/plays/3585541/?format=api",
    "airdate": "2025-12-01T20:08:33-08:00",
    "show": 65265,
    "show_uri": "https://api.kexp.org/v2/shows/65265/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce52376f-9945-4faa-bf3d-c44c2aeedeaa/10031387231-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce52376f-9945-4faa-bf3d-c44c2aeedeaa/10031387231-250.jpg",
    "song": "Heart Is A Well",
    "track_id": null,
    "recording_id": "8b7525a1-28fc-498e-bd98-0c5f47769e11",
    "artist": "Willy Crook",
    "artist_ids": [
        "51ea744d-4b5b-41e1-8632-678347fd605e"
    ],
    "album": "Big Bombo Mamma",
    "release_id": null,
    "release_group_id": "f7a32eee-517a-3cb3-b005-a054b43259a6",
    "labels": [
        "Waska Records"
    ],
    "label_ids": [
        "5c2d7b87-fd24-48f7-995d-bd6d1b549a82"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}