Information about plays

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

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

{
    "id": 3640535,
    "uri": "https://api.kexp.org/v2/plays/3640535/?format=api",
    "airdate": "2026-04-11T02:20:20-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/d95c3780-2037-4b95-b325-0017f3e75a47/44801737554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d95c3780-2037-4b95-b325-0017f3e75a47/44801737554-250.jpg",
    "song": "Becoming",
    "track_id": null,
    "recording_id": "423ac754-25bf-45c8-a048-81f2873c279c",
    "artist": "Casket Cassette",
    "artist_ids": [
        "f6fd224d-3924-4dda-986f-dd185ce2ba41"
    ],
    "album": "Becoming",
    "release_id": null,
    "release_group_id": "9232d3a1-b7fe-4992-8f2d-766e5ef21825",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://casketcassette.bandcamp.com/track/becoming",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}