Information about plays

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

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

{
    "id": 3605214,
    "uri": "https://api.kexp.org/v2/plays/3605214/?format=api",
    "airdate": "2026-01-16T19:51:40-08:00",
    "show": 65668,
    "show_uri": "https://api.kexp.org/v2/shows/65668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Wanna Love",
    "track_id": null,
    "recording_id": "53f5fad4-d5b5-4739-8a49-c1d33f1c46ee",
    "artist": "Abidoza",
    "artist_ids": [
        "0cd31482-14f6-4f64-8dac-5116d518acc0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South African DJ and producer Abidoza has become one of the biggest names in amapiano with his uniquely smooth, soulful, and jazzy take on the genre. Born Amogelang Chabangu and raised in Marokolong, a northern suburb of Pretoria, he developed a passion for music at a young age.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}