Information about plays

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

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

{
    "id": 3501141,
    "uri": "https://api.kexp.org/v2/plays/3501141/?format=api",
    "airdate": "2025-05-14T05:13:10-07:00",
    "show": 63456,
    "show_uri": "https://api.kexp.org/v2/shows/63456/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-666c7d56-b9e6-4786-a011-dd636481e53c/mbid-666c7d56-b9e6-4786-a011-dd636481e53c-28758124532_thumb500.jpg",
    "thumbnail_uri": "https://ia801801.us.archive.org/19/items/mbid-666c7d56-b9e6-4786-a011-dd636481e53c/mbid-666c7d56-b9e6-4786-a011-dd636481e53c-28758124532_thumb250.jpg",
    "song": "Fellowship",
    "track_id": "e7e81e57-59d8-491e-9613-88152c05fb27",
    "recording_id": "3713c2ca-618e-4049-bb94-8e36c9d33742",
    "artist": "serpentwithfeet",
    "artist_ids": [
        "cc9ddb3d-1217-4a40-9864-d85920cfa1ed"
    ],
    "album": "DEACON",
    "release_id": "666c7d56-b9e6-4786-a011-dd636481e53c",
    "release_group_id": "a6265936-291d-4bce-b2ae-c9a6d9c6e13d",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2021-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch serpentwithfeet's Live from Home on KEXP performance and interview with Larry Mizell, Jr., recorded in 2021: https://youtu.be/6KmDC2nWVdw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}