Information about plays

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

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

{
    "id": 3559064,
    "uri": "https://api.kexp.org/v2/plays/3559064/?format=api",
    "airdate": "2025-09-29T02:19:47-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/e20ef0eb-f0ad-48e1-8174-a2fdbd2b3fca/18081967300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e20ef0eb-f0ad-48e1-8174-a2fdbd2b3fca/18081967300-250.jpg",
    "song": "Here Comes the Child",
    "track_id": null,
    "recording_id": "60441177-2b33-4198-893f-50e214fc25c6",
    "artist": "John Klemmer",
    "artist_ids": [
        "e37848cb-455c-4963-bdff-ac19da0b921c"
    ],
    "album": "All The Children Cried",
    "release_id": null,
    "release_group_id": "5811e0db-d2ff-421f-8bec-114408625ac1",
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago Born Saxophonist John Klemmer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}