Information about plays

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

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

{
    "id": 3595509,
    "uri": "https://api.kexp.org/v2/plays/3595509/?format=api",
    "airdate": "2025-12-24T19:51:34-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moonshadows 月後殘影",
    "track_id": null,
    "recording_id": "f6eac7d2-0f22-4aa1-81c3-5929377b6e44",
    "artist": "Gong Gong Gong",
    "artist_ids": [
        "a9af2f77-9904-4390-8161-c303317a2b15"
    ],
    "album": "Phantom Rhythm",
    "release_id": null,
    "release_group_id": "273dc45a-7bc7-4a48-98c9-bf032f1cb4bf",
    "labels": [
        "Wharf Cat Records"
    ],
    "label_ids": [
        "a30d036b-1c89-4668-8ff8-faa73852791e"
    ],
    "release_date": "2019-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://gonggonggong.bandcamp.com/album/phantom-rhythm\n\nHong Kong's very own.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}