Information about plays

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

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

{
    "id": 3659468,
    "uri": "https://api.kexp.org/v2/plays/3659468/?format=api",
    "airdate": "2026-05-25T16:37:57-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "https://coverartarchive.org/release/690f6b48-1ca7-4ca8-a325-c8c6a8ba5732/9636353206-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/690f6b48-1ca7-4ca8-a325-c8c6a8ba5732/9636353206-250.jpg",
    "song": "Gwai on 45 (Arab Strap remix)",
    "track_id": null,
    "recording_id": "bb603c1e-cc3b-48a7-8916-07c896b5de36",
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Kicking a Dead Pig: Mogwai Songs Remixed",
    "release_id": null,
    "release_group_id": "16f60f4d-e7a6-37c9-a9d2-ebb010a3814c",
    "labels": [
        "Chemikal Underground"
    ],
    "label_ids": [
        "6456662e-5a50-4185-bea9-3b0c7e180aef"
    ],
    "release_date": "1998-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonderful performance by Mogwai at KEXP's In-Studio performance space: https://www.youtube.com/watch?v=rMaWEXO5K20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}