Information about plays

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

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

{
    "id": 3592795,
    "uri": "https://api.kexp.org/v2/plays/3592795/?format=api",
    "airdate": "2025-12-18T19:55:03-08:00",
    "show": 65413,
    "show_uri": "https://api.kexp.org/v2/shows/65413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold Me",
    "track_id": "0aef13b5-71b4-4782-b825-aa65966aa336",
    "recording_id": "8ab3c40e-0222-4520-9380-b342e02b9b4a",
    "artist": "spill tab",
    "artist_ids": [
        "12f8b9d5-fd3f-4182-8a3f-bbd517c709cf"
    ],
    "album": "ANGIE",
    "release_id": "5d89374c-f0f8-41ed-84e3-c247bcefad17",
    "release_group_id": "b0fe72b9-a68c-44d1-b33e-7141f840833e",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Claire Chicha, known professionally as Spill Tab, is a Los Angeles-based singer-songwriter. An alternative pop musician, she has been noted by music media outlets for her lo-fi vocals and sound.\n\nCatch Spill Tab on tour this spring!\n- 3/2 - Fox Cabaret, Vancouver, BC\n- 3/3 - Barboza, Seattle, WA\n- 3/4 - Holocene, Portland, OR\n- 3/6 - Cafe Du Nord, San Francisco, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}