Information about plays

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

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

{
    "id": 3631799,
    "uri": "https://api.kexp.org/v2/plays/3631799/?format=api",
    "airdate": "2026-03-21T05:13:32-07:00",
    "show": 66238,
    "show_uri": "https://api.kexp.org/v2/shows/66238/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-66df81d2-9787-3838-85fa-fa0de57990f3/mbid-66df81d2-9787-3838-85fa-fa0de57990f3-24580063144_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-66df81d2-9787-3838-85fa-fa0de57990f3/mbid-66df81d2-9787-3838-85fa-fa0de57990f3-24580063144_thumb250.jpg",
    "song": "Respiration",
    "track_id": "70b5fc03-7c06-3ca8-8a6a-63eee1fe7477",
    "recording_id": "429c18ed-99af-4ef0-860b-cad70dc152d7",
    "artist": "Black Star",
    "artist_ids": [
        "02708fd6-0fe6-4738-a27d-0561ace8b4c6"
    ],
    "album": "Mos Def & Talib Kweli Are Black Star",
    "release_id": "66df81d2-9787-3838-85fa-fa0de57990f3",
    "release_group_id": "aaa445c1-5f73-37c0-b53a-2444b279c538",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song also features Common. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}