Information about plays

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

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

{
    "id": 3562555,
    "uri": "https://api.kexp.org/v2/plays/3562555/?format=api",
    "airdate": "2025-10-08T03:59:06-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-4edec361-afaa-3454-9e0e-e9583b0ce4a6/mbid-4edec361-afaa-3454-9e0e-e9583b0ce4a6-31807592773_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-4edec361-afaa-3454-9e0e-e9583b0ce4a6/mbid-4edec361-afaa-3454-9e0e-e9583b0ce4a6-31807592773_thumb250.jpg",
    "song": "Cat-House",
    "track_id": "e118846a-3518-3123-a1d8-c89eb1cc04b8",
    "recording_id": "2854782f-93f6-4f90-87de-f1a43b678b6a",
    "artist": "Danielle Dax",
    "artist_ids": [
        "f76e8c74-ed01-49fd-89d4-fba41d900c49"
    ],
    "album": "Dark Adapted Eye",
    "release_id": "4edec361-afaa-3454-9e0e-e9583b0ce4a6",
    "release_group_id": "a58a85e7-70e4-3cad-b8e5-2a316cffcfb4",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danielle Dax is a jill of all trades! Interior and garden designer, producer, and artist, Dax has always been experimental in pioneering her sounds, which have heavy influences of Rock, Medieval, African, and more. Check out her biography here: http://www.danielledax.com/DANIELLE_DAX_BIOGRAPHY.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}