Information about plays

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

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

{
    "id": 3604811,
    "uri": "https://api.kexp.org/v2/plays/3604811/?format=api",
    "airdate": "2026-01-15T20:54:35-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voodoo Chile (Gayageum version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Luna Lee",
    "artist_ids": [
        "04ad0e0f-9b1d-4f7a-b97f-e77d87d8b1f2"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Luna Lee is a Korean solo artist and Grammy voting member who plays the gayageum, a traditional Korean string instrument, in a modern rock style. Lee is known for her innovative arrangements that combine the gayageum's timeless sound with analog guitar pedals, amplifiers, and backing tracks. Her genre-crossing performances span rock, pop, cinematic scores, and traditional music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}