Information about plays

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

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

{
    "id": 3632246,
    "uri": "https://api.kexp.org/v2/plays/3632246/?format=api",
    "airdate": "2026-03-22T05:01:05-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed-2434018811_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/20/items/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed-2434018811_thumb250.jpg",
    "song": "Dear God 2.0",
    "track_id": "2d124d17-9079-3793-9793-37aaf2be2048",
    "recording_id": "0a50f920-a2f3-4e40-9151-b8adb8cf037c",
    "artist": "The Roots feat. Monsters of Folk",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710",
        "e003d316-67fa-4509-8aac-779bae553bee"
    ],
    "album": "How I Got Over",
    "release_id": "ce2507be-1576-44d0-9c2f-f5f135d514ed",
    "release_group_id": "9b643b98-ea0d-4c17-9dd1-8cfe2a92248f",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2010-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples “Dear God” by Monsters of Folk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}