Information about plays

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

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

{
    "id": 3418782,
    "uri": "https://api.kexp.org/v2/plays/3418782/?format=api",
    "airdate": "2024-10-29T10:15:53-07:00",
    "show": 61707,
    "show_uri": "https://api.kexp.org/v2/shows/61707/?format=api",
    "image_uri": "https://ia800102.us.archive.org/3/items/mbid-ed028a25-ad93-4025-9134-e0cf68b1e28c/mbid-ed028a25-ad93-4025-9134-e0cf68b1e28c-39923633882_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/3/items/mbid-ed028a25-ad93-4025-9134-e0cf68b1e28c/mbid-ed028a25-ad93-4025-9134-e0cf68b1e28c-39923633882_thumb250.jpg",
    "song": "God Gets You Back (edit)",
    "track_id": "48a53d25-35e5-4338-8fd1-7d8f82528c16",
    "recording_id": "b7225cc5-ee00-4ff9-9f91-05df432977a6",
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "God Gets You Back",
    "release_id": "ed028a25-ad93-4025-9134-e0cf68b1e28c",
    "release_group_id": "7f6f840d-0498-4916-92b9-76014bb29cd4",
    "labels": [
        "Temporary Residence Limited",
        "Rock Action Records"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576",
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2024-09-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mogwai is playing:\n--The Showbox in Seattle on Friday, May 25th, 2025\n--The Regency Ballroom in SF on Monday, May 28th, 2025\n---\n\"God Gets You Back\"  features lyrics written by guitarist Barry Burns’ seven-year-old daughter after he experienced a bout of writers’ block.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}