Information about plays

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

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

{
    "id": 3568746,
    "uri": "https://api.kexp.org/v2/plays/3568746/?format=api",
    "airdate": "2025-10-23T02:17:43-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2ab0d46-23e4-4fd4-a6f9-0e64508acf9c/9900302771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2ab0d46-23e4-4fd4-a6f9-0e64508acf9c/9900302771-250.jpg",
    "song": "Steve Biko (Stir It Up)",
    "track_id": null,
    "recording_id": "90b81a2f-a0fc-4dba-abb7-98b33165c915",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Midnight Marauders",
    "release_id": null,
    "release_group_id": "c2afedfb-034a-3683-ad47-e4404cd7c485",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip:  \"We named the first song on 'Midnight Marauders' ‘Steve Biko’ because we wanted people to ask who he was? Who was Steven Biko and what did he do? Then they would look him up and find out that he was an amazing freedom fighter in South Africa. He basically gave everything for the liberation of his people. We wanted the fans to find out about his story. There’s no better way to bring attention to something than through music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}