Information about plays

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

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

{
    "id": 3562270,
    "uri": "https://api.kexp.org/v2/plays/3562270/?format=api",
    "airdate": "2025-10-07T06:47:41-07:00",
    "show": 64769,
    "show_uri": "https://api.kexp.org/v2/shows/64769/?format=api",
    "image_uri": "https://ia800207.us.archive.org/24/items/mbid-18dee048-e34f-379f-9b90-074c8237232b/mbid-18dee048-e34f-379f-9b90-074c8237232b-2479699363_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/24/items/mbid-18dee048-e34f-379f-9b90-074c8237232b/mbid-18dee048-e34f-379f-9b90-074c8237232b-2479699363_thumb250.jpg",
    "song": "Cracked Actor",
    "track_id": "d06ac6dc-b19d-3b3c-92e1-12794c223042",
    "recording_id": "2217fc4e-af5a-4e18-ab4f-8aca8aba2d56",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Aladdin Sane",
    "release_id": "18dee048-e34f-379f-9b90-074c8237232b",
    "release_group_id": "50f8710f-3ae6-319b-85a7-afe783f13449",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#488 Favorite Album of All Time: Aladdin Sane, David Bowie\n\nAladdin Sane is the sixth studio album by English musician David Bowie, released in 1973 by RCA Records. The follow-up to his breakthrough The Rise and Fall of Ziggy Stardust and the Spiders from Mars, it was the first album he wrote and released from a position of stardom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}