Information about plays

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

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

{
    "id": 3636502,
    "uri": "https://api.kexp.org/v2/plays/3636502/?format=api",
    "airdate": "2026-04-01T15:50:41-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03-4781812766_thumb500.jpg",
    "thumbnail_uri": "https://ia600104.us.archive.org/7/items/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03-4781812766_thumb250.jpg",
    "song": "Above the Clouds",
    "track_id": "c2d1098e-1034-445d-9329-87c138b8dce8",
    "recording_id": "23dc9a39-9cd8-4411-8a16-6b4f09a1747f",
    "artist": "Gang Starr feat. Inspectah Deck",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170",
        "a6b90dc0-e22e-44e1-890b-87900bd9aca6"
    ],
    "album": "Moment of Truth",
    "release_id": "a75b5a2a-4034-41db-9182-e598cc90f152",
    "release_group_id": "248b3e39-8504-3253-97be-e6afdf6c22fa",
    "labels": [
        "Noo Trybe Records"
    ],
    "label_ids": [
        "199e81ae-828e-45ce-8e67-44580143dda7"
    ],
    "release_date": "1998-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled JFK's 1963 speech about \"Space Flight.\n--\nDJ Premier talked about the creation of “Above the Clouds” in his YouTube series So Wassup: https://www.youtube.com/watch?v=LJj47po2m-w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}