Information about plays

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

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

{
    "id": 3555131,
    "uri": "https://api.kexp.org/v2/plays/3555131/?format=api",
    "airdate": "2025-09-19T19:35:59-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lokéto",
    "track_id": null,
    "recording_id": "af8bbf76-be97-4262-a8ca-d84fd3d35407",
    "artist": "Aurlus Mabélé",
    "artist_ids": [
        "aa68e70a-f15a-4583-89c5-61784bb782f3"
    ],
    "album": "200% Aurlus Mabélé : ses plus grands succès",
    "release_id": null,
    "release_group_id": "e891e9a0-14b0-43cb-bc16-f2d76b0c020b",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aurlus Mabele is probably one of the most recognizable names in the soukouss genre. He's from Congo DRC.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}