Information about plays

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

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

{
    "id": 3542996,
    "uri": "https://api.kexp.org/v2/plays/3542996/?format=api",
    "airdate": "2025-08-21T18:27:14-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "https://ia802901.us.archive.org/35/items/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a-7236314488_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/35/items/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a/mbid-28e8154b-e979-4fbf-bcb6-0264cfc7012a-7236314488_thumb250.jpg",
    "song": "Rockaway Beach",
    "track_id": "0e22148d-9c83-3eec-9f72-fb4864c76148",
    "recording_id": "fdd6fa47-a17b-4611-bb14-d829f4d4c8a0",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Rocket to Russia",
    "release_id": "28e8154b-e979-4fbf-bcb6-0264cfc7012a",
    "release_group_id": "dd959091-dba1-32b8-8159-0090959ce75b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Three of the four original Ramones members died of cancer: Joey Ramone in 2001 from lymphatic cancer, Johnny Ramone in 2004 from prostate cancer, and Tommy Ramone in 2014 from bile duct cancer.\n\nhttps://nypost.com/2004/09/17/curse-of-ramones-cruel-fate-of-punk-pioneers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}