Information about plays

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

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

{
    "id": 3581048,
    "uri": "https://api.kexp.org/v2/plays/3581048/?format=api",
    "airdate": "2025-11-21T12:52:56-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia801407.us.archive.org/20/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/20/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb250.jpg",
    "song": "When We Escape",
    "track_id": "1f0ca1b6-3a7d-34c1-956d-d491426c81ee",
    "recording_id": "dc837960-dfbc-4e6a-b1aa-192236090cb8",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Planet of Ice",
    "release_id": "ac2f2253-da70-3186-9551-d253bc9835d5",
    "release_group_id": "6aaed2a2-0ebf-3970-82b7-9ff9d3fb0fad",
    "labels": [
        "Undergroove Records"
    ],
    "label_ids": [
        "f4c85b8e-d63a-445f-9f33-5e761454f70a"
    ],
    "release_date": "2007-09-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Minus the Bear will play Live on KEXP this Tuesday, November 25th at noon! The session will be open for public viewing at our Seattle studios. \n\nThe band's tour to celebrate 20 years of Menos El Oso is coming to Seattle (at the Showbox) next week for three nights: November 26th, 28th, and 29th!\n\nhttps://www.minusthebear.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}