Information about plays

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

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

{
    "id": 3571924,
    "uri": "https://api.kexp.org/v2/plays/3571924/?format=api",
    "airdate": "2025-10-30T18:27:45-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Playing Tricks on Me",
    "track_id": null,
    "recording_id": "db02c462-7bec-4bd4-957a-e86028fe6457",
    "artist": "Geto Boys",
    "artist_ids": [
        "a78ca453-3a53-4b19-8b2d-61b10dd45558"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rap-A-Lot Records"
    ],
    "label_ids": [
        "8d67c905-4145-42a7-86db-d3bf6e1aaf7d"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Like few other songs over the years, “Mind Playing Tricks on Me” stands alone in hip-hop history. The Geto Boys‘ signature single, a Hot 100 top 40 hit from an era when gangsta rap virtually never crossed over, remains a singular and oft-referenced text in genre scripture.\n\nhttps://www.billboard.com/music/rb-hip-hop/bushwick-bill-verse-geto-boys-mind-playing-tricks-on-me-8515158/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}