Information about plays

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

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

{
    "id": 3580767,
    "uri": "https://api.kexp.org/v2/plays/3580767/?format=api",
    "airdate": "2025-11-20T20:35:57-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feather feat. Cise Starr & Akin - Nujabes",
    "track_id": null,
    "recording_id": "8be62449-e586-4f1a-882e-4c7340446889",
    "artist": "Nujabes",
    "artist_ids": [
        "1595addf-f76b-450a-a097-af852ff35f27"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hydeout Productions"
    ],
    "label_ids": [],
    "release_date": "2005-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jun Seba, better known by his stage name Nujabes, was a legendary Japanese record producer, audio engineer, DJ, composer and arranger best known for his atmospheric instrumental mixes sampling from hip hop, soul, and jazz, as well as incorporating elements of trip hop, breakbeat, downtempo, and ambient music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}