Information about plays

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

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

{
    "id": 3610029,
    "uri": "https://api.kexp.org/v2/plays/3610029/?format=api",
    "airdate": "2026-01-28T02:38:23-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "https://dn720301.ca.archive.org/0/items/mbid-4e0655b5-22fc-496e-9c14-2ee1a6027b45/mbid-4e0655b5-22fc-496e-9c14-2ee1a6027b45-15694429325_thumb500.jpg",
    "thumbnail_uri": "https://dn720301.ca.archive.org/0/items/mbid-4e0655b5-22fc-496e-9c14-2ee1a6027b45/mbid-4e0655b5-22fc-496e-9c14-2ee1a6027b45-15694429325_thumb250.jpg",
    "song": "The Milkman of Human Kindness",
    "track_id": "5be24d96-508b-3500-9dcf-9aa1e146f413",
    "recording_id": "9e3fb982-96cd-4936-b070-4fb931ca4c9e",
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Must I Paint You a Picture? The Essential Billy Bragg",
    "release_id": "4e0655b5-22fc-496e-9c14-2ee1a6027b45",
    "release_group_id": "49b84a29-e723-3a45-b1bd-6b79d93a291d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}