Information about plays

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

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

{
    "id": 3632775,
    "uri": "https://api.kexp.org/v2/plays/3632775/?format=api",
    "airdate": "2026-03-23T15:23:11-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://ia801904.us.archive.org/20/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": "'Stoned & Dethroned' was the fifth album by Scottish group, The Jesus & Mary Chain. This recording of \"Sometimes Always\" features the vocal support of Mazzy Star lead, Hope Sandoval.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}