Information about plays

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

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

{
    "id": 3577543,
    "uri": "https://api.kexp.org/v2/plays/3577543/?format=api",
    "airdate": "2025-11-13T05:58:38-08:00",
    "show": 65096,
    "show_uri": "https://api.kexp.org/v2/shows/65096/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Times",
    "track_id": "cdc7b4e4-0e3c-3ab0-a8b8-1cfc48af99d3",
    "recording_id": "728d7994-0db6-41c2-98e7-26dd2d78b462",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "There's No Place Like America Today",
    "release_id": "34745a24-1019-3339-b352-1dd6b9416588",
    "release_group_id": "9b93bf1c-a61d-341e-8900-b305f3812c2c",
    "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": "'There's No Place Like America Today' is a record of its time, which has its own fascination; but it's also an album of timeless intrigue. The world it portrays is very cold indeed, and the comfort it offers is as spare as its measured, melancholy funk. But it's comfort nonetheless, something buried so deep in the music that maybe those of us whose bones have never ached, day in, day out, on hard city streets - and good for us, I say - can't really get to grips with it. \n\nRead the rest of David Bennun's review of this critical album here: https://thequietus.com/articles/17642-curtis-mayfield-theres-no-place-like-america-today",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}