Information about plays

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

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

{
    "id": 3536692,
    "uri": "https://api.kexp.org/v2/plays/3536692/?format=api",
    "airdate": "2025-08-06T13:55:56-07:00",
    "show": 64216,
    "show_uri": "https://api.kexp.org/v2/shows/64216/?format=api",
    "image_uri": "https://ia601903.us.archive.org/8/items/mbid-94421e75-4b96-4a50-8604-a8d99c990ad7/mbid-94421e75-4b96-4a50-8604-a8d99c990ad7-15590621089_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/8/items/mbid-94421e75-4b96-4a50-8604-a8d99c990ad7/mbid-94421e75-4b96-4a50-8604-a8d99c990ad7-15590621089_thumb250.jpg",
    "song": "Home for the Holy Day",
    "track_id": "910e3be8-662c-3069-bbfd-43d6ffe3e65b",
    "recording_id": "d0358321-2e0c-4716-9932-c9a5e1d2cf07",
    "artist": "Six Finger Satellite",
    "artist_ids": [
        "f7cfcbd7-7fb6-41cc-925d-4cd94fb6b230"
    ],
    "album": "The Pigeon Is the Most Popular Bird",
    "release_id": "94421e75-4b96-4a50-8604-a8d99c990ad7",
    "release_group_id": "31ac8cee-1ac7-3286-bf58-2b8bda0ee273",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Finger Satellite is a rock band from Providence, Rhode Island. Described by former member John MacLean as \"a post-punk band utilizing dance music elements,\" Six Finger Satellite's eclectic sound is driven synthesizers as well as more traditional rock instrumentation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}