Information about plays

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

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

{
    "id": 3610752,
    "uri": "https://api.kexp.org/v2/plays/3610752/?format=api",
    "airdate": "2026-01-29T20:16:52-08:00",
    "show": 65788,
    "show_uri": "https://api.kexp.org/v2/shows/65788/?format=api",
    "image_uri": "https://coverartarchive.org/release/fddf671e-68d1-491c-aed2-43c2c4f4050c/38092584812-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fddf671e-68d1-491c-aed2-43c2c4f4050c/38092584812-250.jpg",
    "song": "Schala's Theme",
    "track_id": null,
    "recording_id": "6b8365f3-5057-4bc5-b649-4941397eb931",
    "artist": "光田康典",
    "artist_ids": [
        "118bf512-9ce9-42a5-95e0-10359bb3e3ea"
    ],
    "album": "Chrono Trigger",
    "release_id": null,
    "release_group_id": "84396682-04a4-4517-bc75-8266ba8435c8",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Famously sampled on this Wiz Khalifa track -- https://www.youtube.com/watch?v=PKWFvbgkWls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}