Information about plays

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

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

{
    "id": 3670613,
    "uri": "https://api.kexp.org/v2/plays/3670613/?format=api",
    "airdate": "2026-06-21T05:27:08-07:00",
    "show": 67047,
    "show_uri": "https://api.kexp.org/v2/shows/67047/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-64f9e04b-74c5-42e0-9d94-1e327ff989bf/mbid-64f9e04b-74c5-42e0-9d94-1e327ff989bf-44049646194_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-64f9e04b-74c5-42e0-9d94-1e327ff989bf/mbid-64f9e04b-74c5-42e0-9d94-1e327ff989bf-44049646194_thumb250.jpg",
    "song": "Graveyard Shift",
    "track_id": "d54eb46d-a77c-3d27-85da-8f08217f16c6",
    "recording_id": "e5b1d5d3-1ffd-41dd-828d-0a26836399e4",
    "artist": "Uncle Tupelo",
    "artist_ids": [
        "95c043f1-0bdd-403a-b714-663908d7e4fc"
    ],
    "album": "No Depression",
    "release_id": "64f9e04b-74c5-42e0-9d94-1e327ff989bf",
    "release_group_id": "ddaa457c-0b1f-3511-9a4a-e19ae2af0dab",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2003-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}