Information about plays

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

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

{
    "id": 3617710,
    "uri": "https://api.kexp.org/v2/plays/3617710/?format=api",
    "airdate": "2026-02-15T04:39:35-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "https://dn711303.ca.archive.org/0/items/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb-38573029874_thumb500.jpg",
    "thumbnail_uri": "https://dn711303.ca.archive.org/0/items/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb/mbid-4d9f5934-0b1a-4098-b19c-e393b7cc17fb-38573029874_thumb250.jpg",
    "song": "Fake Tales of San Francisco",
    "track_id": "ed6b8de2-bc3b-4502-944a-0f931f2629ff",
    "recording_id": "251c24cc-eb0f-4a17-a5dd-88e0008536d6",
    "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"
}