Information about plays

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

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

{
    "id": 3546345,
    "uri": "https://api.kexp.org/v2/plays/3546345/?format=api",
    "airdate": "2025-08-29T14:57:15-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Do It Again",
    "track_id": "cf0dad8b-4722-3938-af45-eb68134b7926",
    "recording_id": "a01ee27d-228c-44ea-84e1-79c1cf5e9ffc",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Let's Do It Again",
    "release_id": "61b699cc-1863-441c-9fe5-d634e7ba6d17",
    "release_group_id": "b7e78a1b-2fb7-38fc-b464-d857498e0f9f",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Curtis Mayfield wrote the entire soundtrack (with help from a few other musicians) to the 1975 comedy film \"Let's Do It Again\" starring Sidney Poitier, Bill Cosby and Jimmie Walker.\n\nThe Staple Singers were a family band including Mavis Staples.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}