Information about plays

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

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

{
    "id": 3562043,
    "uri": "https://api.kexp.org/v2/plays/3562043/?format=api",
    "airdate": "2025-10-06T15:02:49-07:00",
    "show": 64764,
    "show_uri": "https://api.kexp.org/v2/shows/64764/?format=api",
    "image_uri": "https://ia600501.us.archive.org/33/items/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb-38573029874_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/33/items/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb-38573029874_thumb250.jpg",
    "song": "From the Ritz to the Rubble",
    "track_id": "a3a0f216-7b68-498d-a944-6f714355c8d7",
    "recording_id": "6c38a025-0a0b-46e7-bd90-460a82feae70",
    "artist": "Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "Whatever People Say I Am, That’s What I’m Not",
    "release_id": "4d9f5934-0b1a-4098-b19c-e393b7cc17fb",
    "release_group_id": "6c9c4985-3628-3070-b956-b538f30c9bea",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#542 on YOUR countdown of the greatest albums of all-time.\n\nArctic Monkeys' AM album was heavily inspired by the hip-hop sound of Dr. Dre and Black Sabbath, incorporating a focus on groove, bass, and drums. This influence is a departure from their earlier work and was a key factor in the album's breakout success in the United States. \nYou power KEXP! Make a one-time donation for the afternoon show: \nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}