Information about plays

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

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

{
    "id": 3636595,
    "uri": "https://api.kexp.org/v2/plays/3636595/?format=api",
    "airdate": "2026-04-01T21:15:10-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-3ed91d02-694d-470b-9914-d07fc4924d25/mbid-3ed91d02-694d-470b-9914-d07fc4924d25-10125016296_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-3ed91d02-694d-470b-9914-d07fc4924d25/mbid-3ed91d02-694d-470b-9914-d07fc4924d25-10125016296_thumb250.jpg",
    "song": "Lilly",
    "track_id": "af9eab98-d33b-407b-9b1f-a3b113bac290",
    "recording_id": "4721a7b7-d03c-4729-a607-f9ac3ccf81f8",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "What For?",
    "release_id": "3ed91d02-694d-470b-9914-d07fc4924d25",
    "release_group_id": "3bb6a0b9-cdef-4238-a986-1e4dd426783b",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toro y Moi’s stage name is a multilingual expression consisting of the Spanish words toro and y (meaning \"bull\" and \"and\", respectively) and the French word moi (meaning \"me”). ‘What For’ is their fourth studio album and was released in 2015.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}