Information about plays

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

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

{
    "id": 3656245,
    "uri": "https://api.kexp.org/v2/plays/3656245/?format=api",
    "airdate": "2026-05-18T04:02:05-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/11d55cab-180c-4401-a0f0-d83f1dccbac4/21901786571-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/11d55cab-180c-4401-a0f0-d83f1dccbac4/21901786571-250.jpg",
    "song": "Indian",
    "track_id": null,
    "recording_id": null,
    "artist": "Eg and Alice",
    "artist_ids": [],
    "album": "24 Years of Hunger",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "WEA"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Super slept on record)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}