Information about plays

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

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

{
    "id": 3595619,
    "uri": "https://api.kexp.org/v2/plays/3595619/?format=api",
    "airdate": "2025-12-25T01:52:44-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want for Christmas Is You (So So Def remix)",
    "track_id": null,
    "recording_id": "7bafef92-a577-4568-94fa-a9d52af9daf6",
    "artist": "Mariah Carey feat. Jermaine Dupri & Lil Bow Wow",
    "artist_ids": [
        "494e8d09-f85b-4543-892f-a5096aed1cd4",
        "fb75bc76-a50b-4d3a-b060-63092a4c6bbf",
        "6fd44ae7-097d-4979-94ba-5dfc40d9f7ad"
    ],
    "album": "All I Want for Christmas Is You",
    "release_id": null,
    "release_group_id": "9e686e6e-ad1f-39c3-a8be-13b082f5eb7a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MERRY EVERYTHING YALL HAVE A GOOD ONE <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}