Information about plays

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

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

{
    "id": 3548303,
    "uri": "https://api.kexp.org/v2/plays/3548303/?format=api",
    "airdate": "2025-09-03T06:07:09-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia903100.us.archive.org/2/items/mbid-dd2afcf0-b436-3a79-8506-fc30f7596cc1/mbid-dd2afcf0-b436-3a79-8506-fc30f7596cc1-24456597478_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/2/items/mbid-dd2afcf0-b436-3a79-8506-fc30f7596cc1/mbid-dd2afcf0-b436-3a79-8506-fc30f7596cc1-24456597478_thumb250.jpg",
    "song": "Mathematics of Chaos",
    "track_id": "d445c440-85b0-3e40-960b-1f38fd85ffc9",
    "recording_id": "ee1edb77-43e5-4361-afab-41416359ecf6",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Pandemonium",
    "release_id": "dd2afcf0-b436-3a79-8506-fc30f7596cc1",
    "release_group_id": "f7156e05-bc68-3f50-9676-260eeaac3001",
    "labels": [
        "Zoo Entertainment"
    ],
    "label_ids": [
        "9efb4191-76ed-4a41-8889-8573cc106375"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}