Information about plays

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

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

{
    "id": 3627400,
    "uri": "https://api.kexp.org/v2/plays/3627400/?format=api",
    "airdate": "2026-03-10T10:47:50-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://dn711203.ca.archive.org/0/items/mbid-b0ce1c97-728d-379e-b3e1-2a4a1f6417b1/mbid-b0ce1c97-728d-379e-b3e1-2a4a1f6417b1-15135704076_thumb500.jpg",
    "thumbnail_uri": "https://dn711203.ca.archive.org/0/items/mbid-b0ce1c97-728d-379e-b3e1-2a4a1f6417b1/mbid-b0ce1c97-728d-379e-b3e1-2a4a1f6417b1-15135704076_thumb250.jpg",
    "song": "Hunger Strike",
    "track_id": "836e68db-68c0-365c-83be-2e8394610829",
    "recording_id": "db6b93f6-cc1d-4858-9e5b-15e57b259533",
    "artist": "Temple of the Dog",
    "artist_ids": [
        "e9571c17-817f-4d34-ae3f-0c7a96f822c1"
    ],
    "album": "Temple of the Dog",
    "release_id": "b0ce1c97-728d-379e-b3e1-2a4a1f6417b1",
    "release_group_id": "b9369fce-01fc-36b2-9d67-3a7fb14a8f44",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Jeff Ament, born on this date in 1963!\n--\nEddie Vedder provided the lower harmony  with Chris Cornell on this Cornell-penned classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}