Information about plays

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

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

{
    "id": 3583798,
    "uri": "https://api.kexp.org/v2/plays/3583798/?format=api",
    "airdate": "2025-11-27T20:45:34-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "실패하지 않는 사랑이 있나요",
    "track_id": null,
    "recording_id": "42004f95-4367-40ad-a818-b673fe78c926",
    "artist": "김뜻돌",
    "artist_ids": [
        "f86382c1-a1ce-4729-b68e-980fd82e8168"
    ],
    "album": "꿈에서 걸려온 전화",
    "release_id": null,
    "release_group_id": "88c80a35-d5a9-49d1-84dc-ac584c472f5a",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Call from My Dream is the debut studio album by South Korean singer-songwriter Meaningful Stone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}