Information about plays

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

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

{
    "id": 3572201,
    "uri": "https://api.kexp.org/v2/plays/3572201/?format=api",
    "airdate": "2025-10-31T11:44:32-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4-26887504172_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4-26887504172_thumb250.jpg",
    "song": "Halloween",
    "track_id": "a5d9b68a-4053-3346-b6eb-073cc9e16f43",
    "recording_id": "d7a40f2c-9039-4e0e-bb27-b17aa1f7da87",
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "Just Can't Get Enough: New Wave Halloween",
    "release_id": "eb1f7327-4380-49e0-a65f-4f31f35e7df4",
    "release_group_id": "3b662a8e-fc9e-3e9c-af68-85615ea57bbf",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dream Syndicate released \"Halloween\" on their 1982 debut studio album, The Days of Wine and Roses. They've gone on to put out seven more studio LPs, the most recent being Ultraviolet Battle Hymns and True Confessions (2022). \n\nhttps://www.thedreamsyndicate.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}