Information about plays

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

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

{
    "id": 3550899,
    "uri": "https://api.kexp.org/v2/plays/3550899/?format=api",
    "airdate": "2025-09-09T14:24:25-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://ia800204.us.archive.org/30/items/mbid-679b0c94-bb1b-36d9-adbb-662627b895be/mbid-679b0c94-bb1b-36d9-adbb-662627b895be-9708531301_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/30/items/mbid-679b0c94-bb1b-36d9-adbb-662627b895be/mbid-679b0c94-bb1b-36d9-adbb-662627b895be-9708531301_thumb250.jpg",
    "song": "Just Like Heaven",
    "track_id": "77856513-7387-34f7-93ae-79c302546ec2",
    "recording_id": "c0c78d3e-19fc-4227-bdbb-153814f05527",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Kiss Me Kiss Me Kiss Me",
    "release_id": "679b0c94-bb1b-36d9-adbb-662627b895be",
    "release_group_id": "ab132c83-097a-33f0-b557-edd6b6ce1c7d",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2006-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out to Michael!\n---\nRobert Smith was in the throes of love when he wrote this song. His girlfriend, Mary Poole, he met when he was 14; in 1988, a year after \"Just Like Heaven\" was released, they got married, and it stuck. According to Robert Smith, when he wrote this song, he told his bandmates, \"I'll never write something this good again.\" http://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}