Information about plays

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

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

{
    "id": 3630085,
    "uri": "https://api.kexp.org/v2/plays/3630085/?format=api",
    "airdate": "2026-03-17T07:08:40-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?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": "She’s My Baby",
    "track_id": "62a11a6c-84fa-3384-b86c-c990d5b65566",
    "recording_id": "f0312c5f-2b4c-4c81-a907-3fd30e13ef8b",
    "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": "Mazzy Star’s ‘So Tonight That I Might See’ is our album of the week! The dreamy sophomore album from the Santa Monica-born alt rock band was released in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}