Information about plays

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

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

{
    "id": 3598957,
    "uri": "https://api.kexp.org/v2/plays/3598957/?format=api",
    "airdate": "2026-01-01T20:34:07-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Nothing",
    "track_id": "b6d14429-dd9c-45ac-9ff0-b41c65befd89",
    "recording_id": "7d9772f0-c0bc-4451-badc-4f0d8623fca6",
    "artist": "HYUKOH & Sunset Rollercoaster",
    "artist_ids": [
        "8b64a68f-eb63-48dd-80d9-1c2abcdf1970",
        "75c5edb5-796d-46f3-bac3-9b59da658023"
    ],
    "album": "AAA",
    "release_id": "6e53f3ae-8197-4933-beae-f52662812d28",
    "release_group_id": "a4647cf0-3497-4624-a54d-1a2540259233",
    "labels": [
        "두루두루 Artist Management Company",
        "夕陽音樂產業有限公司"
    ],
    "label_ids": [
        "25d5ed41-a3fa-46ef-baad-a64f5347739a",
        "5cf76488-8eff-411f-83f0-1b745048bafa"
    ],
    "release_date": "2024-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iconic indie rock band of Seoul, South Korea. OHHYUK (vocal, guitar) HYUNJAE (guitar) DONGGEON (bass) INWOO (drums).\n--\nhttp://hyukoh.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}