Information about plays

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

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

{
    "id": 3582734,
    "uri": "https://api.kexp.org/v2/plays/3582734/?format=api",
    "airdate": "2025-11-25T09:45:10-08:00",
    "show": 65206,
    "show_uri": "https://api.kexp.org/v2/shows/65206/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-3376bd98-51de-464c-a801-0bd4dc3d8256/mbid-3376bd98-51de-464c-a801-0bd4dc3d8256-24039927381_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-3376bd98-51de-464c-a801-0bd4dc3d8256/mbid-3376bd98-51de-464c-a801-0bd4dc3d8256-24039927381_thumb250.jpg",
    "song": "Turnstile Blues",
    "track_id": "a620e0a8-c566-3c2e-a840-c7177790133f",
    "recording_id": "994c3334-4192-496b-a280-d02b3a2ee7b3",
    "artist": "Autolux",
    "artist_ids": [
        "78404fdf-23b4-465e-ab02-21adf9ad6d28"
    ],
    "album": "Future Perfect",
    "release_id": "3376bd98-51de-464c-a801-0bd4dc3d8256",
    "release_group_id": "b43acf06-d9f3-32a9-bb0c-1a724c5e2a55",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2005-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carla Azar, Greg Edwards, and Eugene Goreshter are the trio that make up Autolux, formed out of LA in the early 2000's. The band has toured with Queens of Stone Age, Nine Inch Nails, Beck, and Deerhoof, to name a few!\n\nhttps://shop.autolux.net/\nhttps://autolux.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}