Information about plays

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

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

{
    "id": 3525713,
    "uri": "https://api.kexp.org/v2/plays/3525713/?format=api",
    "airdate": "2025-07-11T21:57:16-07:00",
    "show": 63986,
    "show_uri": "https://api.kexp.org/v2/shows/63986/?format=api",
    "image_uri": "https://coverartarchive.org/release/550f190c-5abb-4c70-a3aa-95f967e3eb13/39122785429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/550f190c-5abb-4c70-a3aa-95f967e3eb13/39122785429-250.jpg",
    "song": "Emazulwini",
    "track_id": null,
    "recording_id": "c55d1761-e38b-4b16-a2aa-533db458b51c",
    "artist": "DJ Ganyani",
    "artist_ids": [
        "505dfd33-5653-4f29-9b7b-322b65851bf6"
    ],
    "album": "Open Letter to Adoniah / Unlearning",
    "release_id": null,
    "release_group_id": "dcc5950c-d973-487e-9f5a-7725aafc490f",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Ganyani is a South African DJ and producer who has released eight albums in his Ganyani's House Grooves series. He's known for his harmonic mixing technique, which blends compatible and incompatible songs. Ganyani's hit songs include \"Xigubu\", \"Talk to Me\", and \"Emazulwini\". He's also mentored DJs like Mbuso, Teddy, and Mpho Tsedu.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}