Information about plays

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

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

{
    "id": 3640359,
    "uri": "https://api.kexp.org/v2/plays/3640359/?format=api",
    "airdate": "2026-04-10T16:21:34-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-25918590-d041-468e-ab2b-836a81dfe14e/mbid-25918590-d041-468e-ab2b-836a81dfe14e-13985802981_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-25918590-d041-468e-ab2b-836a81dfe14e/mbid-25918590-d041-468e-ab2b-836a81dfe14e-13985802981_thumb250.jpg",
    "song": "Cracks",
    "track_id": "4a51e804-12a6-423d-ab03-93c9026f6bf8",
    "recording_id": "91f3613b-e9fd-48da-aecb-539c6c84410c",
    "artist": "Cold Beat",
    "artist_ids": [
        "10969dc2-c517-4d0d-adc4-45a8a73623a9"
    ],
    "album": "Into the Air",
    "release_id": "25918590-d041-468e-ab2b-836a81dfe14e",
    "release_group_id": "94b39e60-6859-4b9e-bdc8-f1b96ca1ba1b",
    "labels": [
        "Crime on the Moon"
    ],
    "label_ids": [
        "6fb9a69c-b392-408a-a798-0dca6df10cd1"
    ],
    "release_date": "2015-09-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cold Beat is a San Francisco quartet fronted by Grass Widow bassist Hannah Lew!\nInto the Air is their second album release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}