Information about plays

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

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

{
    "id": 3569784,
    "uri": "https://api.kexp.org/v2/plays/3569784/?format=api",
    "airdate": "2025-10-25T13:55:44-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "https://ia801506.us.archive.org/1/items/mbid-5d547f2e-6960-4cd2-974c-b067284eb98d/mbid-5d547f2e-6960-4cd2-974c-b067284eb98d-33551457044_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/1/items/mbid-5d547f2e-6960-4cd2-974c-b067284eb98d/mbid-5d547f2e-6960-4cd2-974c-b067284eb98d-33551457044_thumb250.jpg",
    "song": "Across 110th Street",
    "track_id": "8e5a6081-ac1a-33bf-b1de-1a78e1f8401f",
    "recording_id": "1a17e18f-613c-4ec8-926e-ff1af10b70e7",
    "artist": "Bobby Womack & J.J. Johnson",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80",
        "33e50556-d4be-421b-a5d1-644bd536ec07"
    ],
    "album": "Across 110th Street",
    "release_id": "5d547f2e-6960-4cd2-974c-b067284eb98d",
    "release_group_id": "7358d8b1-b31d-37c4-99fc-3023f18f1d1a",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Across 110th Street\" is a single by Bobby Womack, from the soundtrack and film of the same name that starred Anthony Quinn and Yaphet Kotto. -- Watch the late and beloved Bobby Womack perform it live in Glastonbury: https://youtu.be/MUtQHOW5UhM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}