Information about plays

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

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

{
    "id": 3546430,
    "uri": "https://api.kexp.org/v2/plays/3546430/?format=api",
    "airdate": "2025-08-29T19:49:39-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Confusion",
    "track_id": null,
    "recording_id": null,
    "artist": "M.anifest",
    "artist_ids": [
        "c68b0d91-26ad-4945-bfea-b16ce3bbfbc0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kwame Ametepee Tsikata, born Kwame Tsikata in Accra, Ghana, is a rapper, producer, and musician. His music blends African, highlife, and rap influences, and aims to humanize the African diaspora. He's collaborated with artists like Erykah Badu, Flea, and Damon Albarn, and was featured on five songs from the Rocket Juice & the Moon album. M.anifest's grandfather, Prof. J.H. Nketia, was a prominent African composer and ethnomusicologist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}