Information about plays

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

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

{
    "id": 3580388,
    "uri": "https://api.kexp.org/v2/plays/3580388/?format=api",
    "airdate": "2025-11-19T21:52:51-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dove",
    "track_id": "8a3e0975-d55e-3453-8b52-92b7f4e1ff86",
    "recording_id": "9eeb1f7a-c570-42cd-9c14-e254cb8e69d6",
    "artist": "Cymande",
    "artist_ids": [
        "21c5fb53-6fbc-4080-989a-b26d4540f4fd"
    ],
    "album": "Renegades of Funk",
    "release_id": "a219eb99-4551-4673-b4f3-a981eef8f1a2",
    "release_group_id": "657b532a-0923-3ecd-be19-0545f0e24c2e",
    "labels": [
        "Newhouse Records"
    ],
    "label_ids": [
        "444aa218-d6c6-48e4-85ab-6b6d3f5b9d1d"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A well sampled, 8 member 70's British funk group derived from the peace and love weighted Calypso word for \"dove.\" They have famously been sampled by the likes of De La Soul and the Fugees.\n\nWatch the group perform the song live at the Holy Groove Festival here: https://youtu.be/C7l-xs2GF-0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}