Information about plays

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

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

{
    "id": 3591496,
    "uri": "https://api.kexp.org/v2/plays/3591496/?format=api",
    "airdate": "2025-12-15T16:30:18-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baltimore Club Music Master of Ceremonies",
    "track_id": null,
    "recording_id": null,
    "artist": "Miss Tony aka Big Tony",
    "artist_ids": [],
    "album": "Eastside / Westside",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "High Rolla Records & Films"
    ],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miss Tony (May 6, 1966 - April 11, 2003), real name Anthony M. Boston, was a Baltimore club DJ and radio personality who was a pioneer in the genre of Baltimore Club music. \n\nhttps://www.baltimoresun.com/2014/06/10/miss-tony-stands-alone/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}