Information about plays

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

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

{
    "id": 3657284,
    "uri": "https://api.kexp.org/v2/plays/3657284/?format=api",
    "airdate": "2026-05-20T15:27:08-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://coverartarchive.org/release/a65bcd4d-a839-44e8-a13a-1fdad77637ff/9030475259-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a65bcd4d-a839-44e8-a13a-1fdad77637ff/9030475259-250.jpg",
    "song": "Do Right",
    "track_id": null,
    "recording_id": "0d923a8a-93ad-4fcf-b7f7-4f0d00335481",
    "artist": "Les Sins",
    "artist_ids": [
        "11b9a562-1c06-4731-80c9-18c36ad2bfd4"
    ],
    "album": "Michael",
    "release_id": null,
    "release_group_id": "6ab3e5c0-0852-4879-91f2-f1d7bbd37139",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2014-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Les Sins is the electronic and dance-focused alias of musician Chaz Bear, also known as Toro y Moi.\n--\nInspired by cartoon and movie soundtracks, the largely instrumental album \"Michael\" explores classic dance and pop music traditions.: https://lessins.bandcamp.com/album/michael",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}