Information about plays

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

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

{
    "id": 3595175,
    "uri": "https://api.kexp.org/v2/plays/3595175/?format=api",
    "airdate": "2025-12-24T02:58:49-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Christmas",
    "track_id": null,
    "recording_id": "5cf75612-dc63-47e5-b944-3d996d635833",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "A Mary Christmas",
    "release_id": null,
    "release_group_id": "a377dc9a-b168-4f40-bdc2-8ceb5497c2c7",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hang all the mistletoe\nI'm gonna get to know you better\nThis Christmas\nAnd as we trim the tree\nHow much fun it's gonna be together, yeah\nThis Christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}