Information about plays

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

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

{
    "id": 3598534,
    "uri": "https://api.kexp.org/v2/plays/3598534/?format=api",
    "airdate": "2025-12-31T17:55:29-08:00",
    "show": 65526,
    "show_uri": "https://api.kexp.org/v2/shows/65526/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Over the Shoulder (12\" version)",
    "track_id": "9ecdc6c4-48ec-3058-95ef-a7321be69761",
    "recording_id": "24d9cf6b-d8bb-4cf6-9b4e-f66359221fb2",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Twitch",
    "release_id": "13a66df4-ce5c-4e8e-9ba1-8766decf5676",
    "release_group_id": "18c9e889-50a1-32d5-a440-57c771a5fb8f",
    "labels": [
        "Sire Records",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank God It's Remix New Year's Eve!\n\n---\n\nThe single \"Over the Shoulder\" is moved along by multiple layers of drums and a droning keyboard that sounds like a giant mosquito.\n\nThen, the video for the song shows some kids stealing a car, trashing a grocery store, making a nails-and-gasoline omelet, and driving off with no apparent consequence. http://www.miaminewtimes.com/music/stainless-steel-providers-6336536",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}