Information about plays

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

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

{
    "id": 3539342,
    "uri": "https://api.kexp.org/v2/plays/3539342/?format=api",
    "airdate": "2025-08-12T22:29:04-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "VCR",
    "track_id": null,
    "recording_id": null,
    "artist": "JID, Vince Staples",
    "artist_ids": [],
    "album": "God Does Love Ugly",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dreamville/Interscope Records"
    ],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "God Does Like Ugly is the fourth studio album by Atlanta rapper JID, who is signed to J. Cole's Dreamville Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}