Information about plays

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

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

{
    "id": 3552205,
    "uri": "https://api.kexp.org/v2/plays/3552205/?format=api",
    "airdate": "2025-09-12T19:08:34-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a26678c-ad9b-4433-928a-daa705aeb1f9/33513790674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a26678c-ad9b-4433-928a-daa705aeb1f9/33513790674-250.jpg",
    "song": "Live Life Ft Tems",
    "track_id": null,
    "recording_id": null,
    "artist": "Show Dem Camp",
    "artist_ids": [
        "1b38eb5f-7ccf-428b-8d61-cbf841c60a99"
    ],
    "album": "The Palmwine Express",
    "release_id": null,
    "release_group_id": "3ed6a03a-fb7e-4046-a332-b3acb69eb48e",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Show Dem Camp is a Nigerian rap duo composed of Tec (Wale Davies) and Ghost (Olumide Ayeni). Formed after meeting in Nigeria, they are known for their conscious hip-hop, social commentary, and pioneering role in Nigeria's alternative music scene, which they dubbed the \"Alté movement\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}