Information about plays

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

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

{
    "id": 3636599,
    "uri": "https://api.kexp.org/v2/plays/3636599/?format=api",
    "airdate": "2026-04-01T21:29:32-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-fb7f6f48-f031-45d3-b251-d37d817de545/mbid-fb7f6f48-f031-45d3-b251-d37d817de545-32489109975_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-fb7f6f48-f031-45d3-b251-d37d817de545/mbid-fb7f6f48-f031-45d3-b251-d37d817de545-32489109975_thumb250.jpg",
    "song": "Field of Tiger Lillies",
    "track_id": "8af4ee40-c7bd-4010-b566-a872182a8427",
    "recording_id": "987f2856-ce7b-4b66-abb2-a98ce358dff2",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Kumoyo Island",
    "release_id": "fb7f6f48-f031-45d3-b251-d37d817de545",
    "release_group_id": "b9a6d3d3-e308-4d87-9b9b-6f33c655a41c",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2022-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kikagakumoyo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}