Information about plays

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

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

{
    "id": 3596008,
    "uri": "https://api.kexp.org/v2/plays/3596008/?format=api",
    "airdate": "2025-12-25T21:26:34-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "바람",
    "track_id": null,
    "recording_id": "3d3897e5-0a35-48b6-ac6b-152ac7b7977c",
    "artist": "김정미",
    "artist_ids": [
        "2304cb80-bb44-4727-a6b2-7a4a2cd1c5c8"
    ],
    "album": "바람",
    "release_id": null,
    "release_group_id": "43374869-49d0-4766-9f11-907c913308ef",
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Korean guitar legend Shin Jung Hyun: https://www.passionweiss.com/2015/09/28/south-korean-psychedelia-kim-jung-mi-shin-jung-hyuns-now/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}