Information about plays

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

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

{
    "id": 3545309,
    "uri": "https://api.kexp.org/v2/plays/3545309/?format=api",
    "airdate": "2025-08-27T01:53:15-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia800405.us.archive.org/7/items/mbid-1e5908d9-ffcd-3080-9920-ece4612a43c9/mbid-1e5908d9-ffcd-3080-9920-ece4612a43c9-16883592633_thumb500.jpg",
    "thumbnail_uri": "https://ia600405.us.archive.org/7/items/mbid-1e5908d9-ffcd-3080-9920-ece4612a43c9/mbid-1e5908d9-ffcd-3080-9920-ece4612a43c9-16883592633_thumb250.jpg",
    "song": "Part of the Process",
    "track_id": "cb5f162f-b73f-35f8-a174-257727a113b0",
    "recording_id": "712070cf-7f31-445a-946e-dd64ee96b6bb",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Parts of the Process",
    "release_id": "1e5908d9-ffcd-3080-9920-ece4612a43c9",
    "release_group_id": "73938407-66fa-3f92-a675-92d0b048ba73",
    "labels": [
        "China Records",
        "wea"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79",
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "2003-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's all part of the process We all love looking down All we want is some success But the chance is never around\"\n\n\"Part of the Process\" was released in 1998 on Morcheeba's second studio album, 'Big Calm.' Watch the video here: https://youtu.be/qQWZrDH5X8o  #YouAreNotAlone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}