Information about plays

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

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

{
    "id": 3630961,
    "uri": "https://api.kexp.org/v2/plays/3630961/?format=api",
    "airdate": "2026-03-19T08:16:08-07:00",
    "show": 66221,
    "show_uri": "https://api.kexp.org/v2/shows/66221/?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://ia801609.us.archive.org/19/items/mbid-d9fa44a6-c79b-4b70-806b-af5eb748e8f8/mbid-d9fa44a6-c79b-4b70-806b-af5eb748e8f8-44544277785_thumb250.jpg",
    "song": "So Tonight That I Might See",
    "track_id": "17092bed-54a4-3e2a-9eed-9ba5982aa240",
    "recording_id": "08d7f4b7-592a-4853-8146-e2ee3dec21db",
    "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": "Album of the week!\n--\n'So Tonight That I Might See' is the title and closing track off of Mazzy Star's second studio album from 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}