Information about plays

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

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

{
    "id": 3595981,
    "uri": "https://api.kexp.org/v2/plays/3595981/?format=api",
    "airdate": "2025-12-25T19:36:09-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "12月の雨",
    "track_id": null,
    "recording_id": "bcacef6b-0807-45c2-928e-7f2386805627",
    "artist": "松任谷由実",
    "artist_ids": [
        "0d27f48b-c8d7-464b-85e5-5a2b823436c9"
    ],
    "album": "荒井由実の恋の手ほどき 〜切ない恋が 私たちを大人にする〜",
    "release_id": null,
    "release_group_id": "b05ef8db-1315-462c-8450-9da1ccfe90cc",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}