Information about plays

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

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

{
    "id": 3610895,
    "uri": "https://api.kexp.org/v2/plays/3610895/?format=api",
    "airdate": "2026-01-30T04:31:50-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-9344e9fd-1172-4680-a019-095f413289bf/mbid-9344e9fd-1172-4680-a019-095f413289bf-32001433499_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-9344e9fd-1172-4680-a019-095f413289bf/mbid-9344e9fd-1172-4680-a019-095f413289bf-32001433499_thumb250.jpg",
    "song": "All Day Today",
    "track_id": "c9e9c1af-8fef-3ef1-b4f2-d4b92e30baa9",
    "recording_id": "c6d13ab9-926d-47da-81db-a9cd2d666de9",
    "artist": "Los Amigos Invisibles",
    "artist_ids": [
        "c694bf65-83e9-47d5-aeb3-bb68f78ef981"
    ],
    "album": "Superpop Venezuela",
    "release_id": "9344e9fd-1172-4680-a019-095f413289bf",
    "release_group_id": "d5940ce1-b6ae-34e6-8405-c3949bc78850",
    "labels": [
        "Gozadera Records"
    ],
    "label_ids": [
        "0e2b621b-5ddc-4e2a-890d-d0b1b3debc80"
    ],
    "release_date": "2006-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}