Information about plays

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

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

{
    "id": 3545995,
    "uri": "https://api.kexp.org/v2/plays/3545995/?format=api",
    "airdate": "2025-08-28T19:28:52-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/b23b16c8-42b7-45dd-bf61-2875671ccad4/40591075925-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b23b16c8-42b7-45dd-bf61-2875671ccad4/40591075925-250.jpg",
    "song": "삐뽀삐뽀",
    "track_id": null,
    "recording_id": "b41aad31-ca95-4097-8fc7-079a4b43bd70",
    "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": "Artist: Meaningful Stone\nAlbum: A Call from My Dream\n\n김뜻돌 (Meaningful Stone), is a South Korean indie rock musician. beep-boop, beep-boom is the name of this track",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}