Information about plays

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

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

{
    "id": 3500292,
    "uri": "https://api.kexp.org/v2/plays/3500292/?format=api",
    "airdate": "2025-05-12T05:27:36-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://ia800806.us.archive.org/13/items/mbid-e5649211-2ae2-3711-baed-ee7d3369f001/mbid-e5649211-2ae2-3711-baed-ee7d3369f001-5552900120_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/13/items/mbid-e5649211-2ae2-3711-baed-ee7d3369f001/mbid-e5649211-2ae2-3711-baed-ee7d3369f001-5552900120_thumb250.jpg",
    "song": "We Die Young",
    "track_id": "505f3613-8bbb-3bb1-aff5-5565decefd9b",
    "recording_id": "572901de-d544-4294-8b38-b4fadccddd81",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Facelift",
    "release_id": "e5649211-2ae2-3711-baed-ee7d3369f001",
    "release_group_id": "7d026b9c-9159-34b5-a40d-14f134718394",
    "labels": [
        "CBS",
        "Columbia"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Alice in Chains lead singer Layne Staley explained in 1991, \"'We Die Young' is about gang violence. That was something that was happening in Seattle, something that kinda opened our eyes. It just seemed like things were getting out of hand. Incidents where kids were getting shot, and getting their tennis shoes ripped off their dead bodies. It just seems like these kids are dying at younger and younger ages and getting involved in gang activity.\"\n\nhttps://www.songfacts.com/facts/alice-in-chains/we-die-young",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}