Information about plays

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

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

{
    "id": 3571273,
    "uri": "https://api.kexp.org/v2/plays/3571273/?format=api",
    "airdate": "2025-10-29T03:49:10-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia601903.us.archive.org/24/items/mbid-fc2b34da-ec9d-4740-95ee-675503c7b38b/mbid-fc2b34da-ec9d-4740-95ee-675503c7b38b-24404528878_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/24/items/mbid-fc2b34da-ec9d-4740-95ee-675503c7b38b/mbid-fc2b34da-ec9d-4740-95ee-675503c7b38b-24404528878_thumb250.jpg",
    "song": "Don't Leave Me",
    "track_id": "ffc09ef9-55b6-4538-b45d-0dbc87a5e782",
    "recording_id": "43536ce1-ea62-4ac4-bd61-4c8477798025",
    "artist": "Moby & The Void Pacific Choir",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4",
        "54bac820-b098-4522-99f4-b445f02dd1f3"
    ],
    "album": "These Systems Are Failing",
    "release_id": "fc2b34da-ec9d-4740-95ee-675503c7b38b",
    "release_group_id": "5575f8b4-8dc8-4834-bf8f-e350ea65a4a1",
    "labels": [
        "Little Idiot"
    ],
    "label_ids": [
        "da032f4b-5683-4f2a-b89c-e224c80d6eaf"
    ],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These Systems Are Failing is the thirteenth studio album by American electronica musician Moby and the debut studio album by Moby & The Void Pacific Choir, a musical project formed by Moby with musicians Mindy Jones, Julie Mintz, Joel Nesvadba, Jamie Drake, Jonathan Nesvadba, and Lauren Tyler Scott.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}