Information about plays

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

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

{
    "id": 3656559,
    "uri": "https://api.kexp.org/v2/plays/3656559/?format=api",
    "airdate": "2026-05-18T22:04:11-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/6cddce06-cef4-49d6-a664-001ca3f0457f/19127302266-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6cddce06-cef4-49d6-a664-001ca3f0457f/19127302266-250.jpg",
    "song": "Golpe de Amistad",
    "track_id": null,
    "recording_id": null,
    "artist": "Diseño Corbusier",
    "artist_ids": [],
    "album": "La Contra Ola",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2018-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Synth Wave & Post Punk From Spain 1980-86) - https://lesdisquesbongojoe.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}