Information about plays

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

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

{
    "id": 3568034,
    "uri": "https://api.kexp.org/v2/plays/3568034/?format=api",
    "airdate": "2025-10-21T13:07:55-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep On",
    "track_id": null,
    "recording_id": "6a3564fc-5d54-42d1-8d4d-4c13869aed8c",
    "artist": "Kut Klose",
    "artist_ids": [
        "d7b42481-1f7b-4c7f-86df-042049ebddf8"
    ],
    "album": "Surrender",
    "release_id": null,
    "release_group_id": "4ea1d069-3417-3a94-8213-d890e21dbbff",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kut Klose is an American contemporary R&B trio that formed in Atlanta, Georgia. Comprising the group were Athena Cage, Lavonn Battle and Tabitha Duncan.\n---\nKeep On samples multiple elements of Patrice Rushen's song 'Remind Me'!\nListen to the song sampled here:\nhttps://www.youtube.com/watch?v=W6bzv3Vx9uY&list=RDW6bzv3Vx9uY&start_radio=1\n---\nhttps://www.instagram.com/kutklose_/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}