Information about plays

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

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

{
    "id": 3576764,
    "uri": "https://api.kexp.org/v2/plays/3576764/?format=api",
    "airdate": "2025-11-11T08:38:17-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peter Gabriel and Sly & the Family Stone - \"Thank You (Falettinme Be Your Sledgehammer)\"",
    "track_id": "e936b904-6785-4fb0-80bc-6abd19556c84",
    "recording_id": "cc3709df-6149-49e4-9a61-a36c54947e76",
    "artist": "Bill McClintock",
    "artist_ids": [
        "22034344-908b-483b-9260-24c10bc1342c"
    ],
    "album": "Peter Gabriel and Sly & the Family Stone - Thank You (Falettinme Be Your Sledgehammer)",
    "release_id": "72b92dec-1379-4c5a-b860-70fe181be344",
    "release_group_id": "f4903efb-2872-4ae1-8ce1-90a46a811e8f",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Bill McClintock mashup of Peter Gabriel's \"Sledgehammer\" and Sly & the Family Stone's \"Thank You\". The song also features samples from Stevie Wonder and Pink Floyd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}