Information about plays

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

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

{
    "id": 3638847,
    "uri": "https://api.kexp.org/v2/plays/3638847/?format=api",
    "airdate": "2026-04-07T00:31:24-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fa8d89a-1f50-4fe4-bc8c-13520d31cf2a/26092105898-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fa8d89a-1f50-4fe4-bc8c-13520d31cf2a/26092105898-250.jpg",
    "song": "Dark Slumber 瞑想",
    "track_id": null,
    "recording_id": null,
    "artist": "Geinoh Yamashirogumi",
    "artist_ids": [],
    "album": "輪廻交響楽 Ecophony Rinne",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Invitation"
    ],
    "label_ids": [],
    "release_date": "1986-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Available on wax for the first time! - https://timecapsulespace.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}