Information about plays

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

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

{
    "id": 3568646,
    "uri": "https://api.kexp.org/v2/plays/3568646/?format=api",
    "airdate": "2025-10-22T20:21:49-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://ia601209.us.archive.org/29/items/mbid-15459390-f92a-42ad-8941-61515a227ffb/mbid-15459390-f92a-42ad-8941-61515a227ffb-22544516839_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/29/items/mbid-15459390-f92a-42ad-8941-61515a227ffb/mbid-15459390-f92a-42ad-8941-61515a227ffb-22544516839_thumb250.jpg",
    "song": "Children of the Sun",
    "track_id": "1d8b26f9-fcc1-37d9-b03e-66acc0c082fc",
    "recording_id": "80772586-30a7-451c-9c61-909b353c760d",
    "artist": "The Misunderstood",
    "artist_ids": [
        "da154a29-5a36-4288-a6dd-daa794f790cd"
    ],
    "album": "Nuggets II: Original Artyfacts From the British Empire and Beyond, 1964–1969",
    "release_id": "15459390-f92a-42ad-8941-61515a227ffb",
    "release_group_id": "926be5a7-fef5-35c5-afc5-112b81cc7e6f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}