Information about plays

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

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

{
    "id": 3636606,
    "uri": "https://api.kexp.org/v2/plays/3636606/?format=api",
    "airdate": "2026-04-01T21:48:15-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-d7827837-b358-4c37-b466-b2a5ceaae558/mbid-d7827837-b358-4c37-b466-b2a5ceaae558-36497609694_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-d7827837-b358-4c37-b466-b2a5ceaae558/mbid-d7827837-b358-4c37-b466-b2a5ceaae558-36497609694_thumb250.jpg",
    "song": "Lichen Maps",
    "track_id": "cb3d37f6-7dc1-4318-a9da-d28a504b49a1",
    "recording_id": "54590ac6-1cde-4052-b3f9-285f8b4d87ba",
    "artist": "Green-House",
    "artist_ids": [
        "06b04899-407c-4baf-bb1e-7b64796a2237"
    ],
    "album": "A Host for All Kinds of Life",
    "release_id": "d7827837-b358-4c37-b466-b2a5ceaae558",
    "release_group_id": "7bce0f60-f9c2-4896-acf2-d42d45a08bb3",
    "labels": [
        "Leaving Records"
    ],
    "label_ids": [
        "89150667-0630-4d6d-9b57-b2e723323c5f"
    ],
    "release_date": "2023-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Six Songs for Invisible Gardens, the debut Green-House EP whose 2020 release coincided with the depths of Covid-19 “lockdown,” responded to the rampant heartsickness of human and plant life, especially in non-rural areas.\" \n\nhttps://green-house.bandcamp.com/album/a-host-for-all-kinds-of-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}