Information about plays

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

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

{
    "id": 3566224,
    "uri": "https://api.kexp.org/v2/plays/3566224/?format=api",
    "airdate": "2025-10-17T05:08:21-07:00",
    "show": 64855,
    "show_uri": "https://api.kexp.org/v2/shows/64855/?format=api",
    "image_uri": "https://dn721308.ca.archive.org/0/items/mbid-efa86b9a-e272-478d-9366-bce4ebddc089/mbid-efa86b9a-e272-478d-9366-bce4ebddc089-42143594195_thumb500.jpg",
    "thumbnail_uri": "https://dn721308.ca.archive.org/0/items/mbid-efa86b9a-e272-478d-9366-bce4ebddc089/mbid-efa86b9a-e272-478d-9366-bce4ebddc089-42143594195_thumb250.jpg",
    "song": "How Could I Have Known",
    "track_id": "746d480d-f1fc-4217-93bc-8175c6159c4a",
    "recording_id": "2a397cc9-239c-4a0d-925e-bc2f4ab75409",
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Double Infinity",
    "release_id": "efa86b9a-e272-478d-9366-bce4ebddc089",
    "release_group_id": "8fd54a87-a6df-4046-a9f6-7f2f171301ba",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the name of their album, Double Infinity: \"the idea that there's two infinities that can exist simultaneously, which is an analogue for, like, the potential for an infinite number of infinities to exist simultaneously. Like your infinite love for your granddaughter, your granddaughter's infinite love for you, which are maybe different things in some ways but the same in others, and they're existing in parallel. And just all the questions that that asks.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}