Information about plays

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

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

{
    "id": 3579775,
    "uri": "https://api.kexp.org/v2/plays/3579775/?format=api",
    "airdate": "2025-11-18T09:02:40-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Whom the Bell Tolls",
    "track_id": "995872de-65bf-3774-8787-d49412c845ec",
    "recording_id": "771ab043-8821-44f9-b8e0-2733c3126c6d",
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Ride the Lightning",
    "release_id": "51eb10e0-2b9e-3906-a8f1-db74b346cba5",
    "release_group_id": "0da580f2-6768-498f-af9d-2becaddf15e0",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song opens with the tolling of a bell, which rings throughout the first minute of the song before gradually fading out. It's the second-most famous rock song to do this, placing behind AC/DC's \"Hell's Bells,\" from their 1980 album \"Back In Black.\" The bands got their bell sounds in very different ways; AC/DC ordered a custom, one-ton bell from a foundry and recorded it using a mobile unit and 15 microphones. Metallica used a sound effects reel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}