Information about plays

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

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

{
    "id": 3618135,
    "uri": "https://api.kexp.org/v2/plays/3618135/?format=api",
    "airdate": "2026-02-16T03:54:59-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-1d772217-d41e-41fc-8077-76f8cc556e46/mbid-1d772217-d41e-41fc-8077-76f8cc556e46-26378942154_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-1d772217-d41e-41fc-8077-76f8cc556e46/mbid-1d772217-d41e-41fc-8077-76f8cc556e46-26378942154_thumb250.jpg",
    "song": "Sometimes Always",
    "track_id": "edd9c535-ee16-386a-95f5-78039b94678f",
    "recording_id": "b20a1377-ca41-487a-afda-d83d736f93a3",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Stoned & Dethroned",
    "release_id": "1d772217-d41e-41fc-8077-76f8cc556e46",
    "release_group_id": "b1726b94-8e1b-301e-a825-38da17ddb1d8",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1994-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}