Information about plays

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

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

{
    "id": 3635642,
    "uri": "https://api.kexp.org/v2/plays/3635642/?format=api",
    "airdate": "2026-03-30T15:51:43-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-a09c2070-b377-4b48-9d1b-899f8fdcd925/mbid-a09c2070-b377-4b48-9d1b-899f8fdcd925-44567184383_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-a09c2070-b377-4b48-9d1b-899f8fdcd925/mbid-a09c2070-b377-4b48-9d1b-899f8fdcd925-44567184383_thumb250.jpg",
    "song": "Drinking in L.A.",
    "track_id": "926ec81d-03e3-33ec-99f5-e32610fbd29f",
    "recording_id": "5d6efd30-23c6-4a9b-85af-706ea2df9022",
    "artist": "Bran Van 3000",
    "artist_ids": [
        "0dd79a1d-021f-4159-8a7d-d9c107e52a9d"
    ],
    "album": "Glee",
    "release_id": "b14c06bd-83ba-3b3b-bdf8-216239d3af46",
    "release_group_id": "659980c7-0dbc-387e-ae3c-aca18e0b970a",
    "labels": [
        "Audiogram"
    ],
    "label_ids": [
        "8e513de9-b17c-45e8-b8cb-48266a1031cd"
    ],
    "release_date": "1998-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Kyle!\n\nLearn how the debut record from this Montreal collective became a a timeless \"Canadian folk record\": https://exclaim.ca/music/article/bran_van_300_glee_25_drinking_in_la_interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}