Information about plays

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

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

{
    "id": 3549078,
    "uri": "https://api.kexp.org/v2/plays/3549078/?format=api",
    "airdate": "2025-09-05T03:46:49-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia800501.us.archive.org/33/items/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb-38573029874_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}