Information about plays

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

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

{
    "id": 3640584,
    "uri": "https://api.kexp.org/v2/plays/3640584/?format=api",
    "airdate": "2026-04-11T04:51:43-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/53398895-e134-42fc-b399-f1a81807d451/29686905859-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53398895-e134-42fc-b399-f1a81807d451/29686905859-250.jpg",
    "song": "Consumer Defency",
    "track_id": null,
    "recording_id": "4df870e7-3c80-4868-b6df-2385deab58c6",
    "artist": "Alice Donut",
    "artist_ids": [
        "b80617ea-0850-4744-aac8-c689cac6afd0"
    ],
    "album": "Bucketfulls of Sickness and Horror in an Otherwise Meaningless Life",
    "release_id": null,
    "release_group_id": "08a3e9f8-e7ef-3583-ac0c-0fa0a3a7543f",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}