Information about plays

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

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

{
    "id": 3639143,
    "uri": "https://api.kexp.org/v2/plays/3639143/?format=api",
    "airdate": "2026-04-07T18:00:45-07:00",
    "show": 66393,
    "show_uri": "https://api.kexp.org/v2/shows/66393/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-67708289-18da-4aab-a7f7-e062ed3c5f01/mbid-67708289-18da-4aab-a7f7-e062ed3c5f01-44082241777_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-67708289-18da-4aab-a7f7-e062ed3c5f01/mbid-67708289-18da-4aab-a7f7-e062ed3c5f01-44082241777_thumb250.jpg",
    "song": "Jetta",
    "track_id": "68b4b8e2-f78b-463d-bd80-92e4578d86a0",
    "recording_id": "81f67358-f2e7-474d-935c-519e0102f01e",
    "artist": "Arlo Parks",
    "artist_ids": [
        "6e8e3717-a62d-4a3f-886d-6a4e82507930"
    ],
    "album": "Ambiguous Desire",
    "release_id": "67708289-18da-4aab-a7f7-e062ed3c5f01",
    "release_group_id": "018ef28f-9a83-4963-b751-6ad555bfa873",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Arlo Parks - album released just last week. She's touring!\n+ Sept 19 at The Warfield in San Francisco\n+ Sep 21 at Showbox Sodo in Seattle\nhttps://www.arloparksofficial.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}