Information about plays

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

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

{
    "id": 3560013,
    "uri": "https://api.kexp.org/v2/plays/3560013/?format=api",
    "airdate": "2025-10-01T09:42:51-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "https://coverartarchive.org/release/425fd9a1-9c3c-4bf9-a597-223294b62778/26206137619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/425fd9a1-9c3c-4bf9-a597-223294b62778/26206137619-250.jpg",
    "song": "Keep It Comin’ Love",
    "track_id": null,
    "recording_id": "98474401-0a50-478d-899a-12170bcdc430",
    "artist": "KC and the Sunshine Band",
    "artist_ids": [
        "76a5a114-ed6a-4eb6-8a81-ad5768d4b41c"
    ],
    "album": "Part 3",
    "release_id": null,
    "release_group_id": "e3374b57-0208-3235-bc3d-19b96d38758f",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1976-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1976 (49 years ago) KC and the Sunshine Band released \"Part 3\" featuring dance classics \"(Shake, Shake, Shake) Shake Your Booty\",  \"I'm Your Boogie Man\",  and \"Keep It Comin' Love.\"\n\nhttps://heykcsb.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}