Information about plays

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

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

{
    "id": 3631428,
    "uri": "https://api.kexp.org/v2/plays/3631428/?format=api",
    "airdate": "2026-03-20T09:58:35-07:00",
    "show": 66229,
    "show_uri": "https://api.kexp.org/v2/shows/66229/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-d9fa44a6-c79b-4b70-806b-af5eb748e8f8/mbid-d9fa44a6-c79b-4b70-806b-af5eb748e8f8-44544277785_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-d9fa44a6-c79b-4b70-806b-af5eb748e8f8/mbid-d9fa44a6-c79b-4b70-806b-af5eb748e8f8-44544277785_thumb250.jpg",
    "song": "Blue Light",
    "track_id": "354a18b9-5bab-3f58-88df-87246f58b6fb",
    "recording_id": "3d7fc05a-49e1-4256-8764-38a20f03b024",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "So Tonight That I Might See",
    "release_id": "d9fa44a6-c79b-4b70-806b-af5eb748e8f8",
    "release_group_id": "2863caa0-14e9-3016-83e4-4f0cdab55f4f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our Album of the Week!\n--\nHere's a \"blue lit\" live performance on MTV in 1993: https://www.youtube.com/watch?v=C78H5Smz9sU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}