Information about plays

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

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

{
    "id": 3631275,
    "uri": "https://api.kexp.org/v2/plays/3631275/?format=api",
    "airdate": "2026-03-20T01:35:06-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-ea6f46cd-ddcc-4b9c-84e2-e9b3f19f9df9/mbid-ea6f46cd-ddcc-4b9c-84e2-e9b3f19f9df9-44263674331_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-ea6f46cd-ddcc-4b9c-84e2-e9b3f19f9df9/mbid-ea6f46cd-ddcc-4b9c-84e2-e9b3f19f9df9-44263674331_thumb250.jpg",
    "song": "I Do, I Do",
    "track_id": "5a2d03c9-609e-4414-8b90-d73c105e11c3",
    "recording_id": "02a28c16-01df-4d76-a58f-e28b1e513386",
    "artist": "Dua Saleh",
    "artist_ids": [
        "0181a90e-6b1d-4d09-bd6f-b0b1145e7ad8"
    ],
    "album": "Of Earth & Wires",
    "release_id": "ea6f46cd-ddcc-4b9c-84e2-e9b3f19f9df9",
    "release_group_id": "c942f5c1-7019-4274-9601-a4c07c5f6146",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}