Information about plays

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

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

{
    "id": 3640619,
    "uri": "https://api.kexp.org/v2/plays/3640619/?format=api",
    "airdate": "2026-04-11T06:20:58-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn711305.ca.archive.org/0/items/mbid-2cd7db0b-1c9a-4255-896a-119b6ff34a22/mbid-2cd7db0b-1c9a-4255-896a-119b6ff34a22-26171799309_thumb500.jpg",
    "thumbnail_uri": "https://dn711305.ca.archive.org/0/items/mbid-2cd7db0b-1c9a-4255-896a-119b6ff34a22/mbid-2cd7db0b-1c9a-4255-896a-119b6ff34a22-26171799309_thumb250.jpg",
    "song": "Feel It All Around",
    "track_id": "1f0c4689-0a50-325e-9658-3a8c4718d7e9",
    "recording_id": "77677918-c584-4a3a-a6e0-cbfbe6a1cf6a",
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Life of Leisure",
    "release_id": "2cd7db0b-1c9a-4255-896a-119b6ff34a22",
    "release_group_id": "33c60c9a-2497-4dd4-8316-6bcddcce3660",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2009-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}