Information about plays

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

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

{
    "id": 3611274,
    "uri": "https://api.kexp.org/v2/plays/3611274/?format=api",
    "airdate": "2026-01-31T03:48:40-08:00",
    "show": 65799,
    "show_uri": "https://api.kexp.org/v2/shows/65799/?format=api",
    "image_uri": "https://dn710107.ca.archive.org/0/items/mbid-6f9c1737-f829-4687-8e45-06cefccaf663/mbid-6f9c1737-f829-4687-8e45-06cefccaf663-17255659084_thumb500.jpg",
    "thumbnail_uri": "https://dn710107.ca.archive.org/0/items/mbid-6f9c1737-f829-4687-8e45-06cefccaf663/mbid-6f9c1737-f829-4687-8e45-06cefccaf663-17255659084_thumb250.jpg",
    "song": "Expect the Bayonet",
    "track_id": "ef029b0f-d24f-4df1-ab02-3cbbb649c257",
    "recording_id": "5750515e-89db-4162-ae84-32d08c28c251",
    "artist": "Sheer Mag",
    "artist_ids": [
        "cdf4785a-e2da-47b0-b98c-4bfac0665850"
    ],
    "album": "Need to Feel Your Love",
    "release_id": "6f9c1737-f829-4687-8e45-06cefccaf663",
    "release_group_id": "b5acb4c6-8aa4-446a-b59e-2834e8abd429",
    "labels": [
        "Wilsuns Recording Company"
    ],
    "label_ids": [
        "0996ea54-e1df-49f5-9d9b-191fae37dcc2"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}