Information about plays

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

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

{
    "id": 3598466,
    "uri": "https://api.kexp.org/v2/plays/3598466/?format=api",
    "airdate": "2025-12-31T13:57:05-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Healthy",
    "track_id": null,
    "recording_id": "7990d9e3-bf67-47ad-b295-e935b14cf42a",
    "artist": "dead prez",
    "artist_ids": [
        "3b02795b-bd2c-4aac-8f6c-e581514cc2d8"
    ],
    "album": "Let’s Get Free",
    "release_id": null,
    "release_group_id": "c46a8433-c8d7-3d20-bb7c-df48ef2eeaf9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Prez, an influential hip hop duo consisting of Stic.man (Clayton Gavin) and M-1 (Mutulu Olugbala), emerged on the music scene in the late 1990s, bringing with them a revolutionary approach that would leave a lasting impact on the genre.: https://www.itchradio.com/dead-prez-the-revolutionary-voices-of-hip-hop/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}