Information about plays

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

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

{
    "id": 3642784,
    "uri": "https://api.kexp.org/v2/plays/3642784/?format=api",
    "airdate": "2026-04-16T11:06:03-07:00",
    "show": 66468,
    "show_uri": "https://api.kexp.org/v2/shows/66468/?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": "Get Go",
    "track_id": "b35aa96b-1eac-40d3-993a-219aeca8e3cc",
    "recording_id": "70e9ad99-fab6-42af-aed3-c8c2dda05cb7",
    "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": "New album released last Friday!\n\nArlo Parks will be at The Warfield in San Fransisco on September 19th, the Showbox Sodo in Seattle on September 21st, and the Orpheum Theater in Vancouver on September 22nd.\n\nhttps://arloparks.bandcamp.com/album/ambiguous-desire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}