Information about plays

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

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

{
    "id": 3630860,
    "uri": "https://api.kexp.org/v2/plays/3630860/?format=api",
    "airdate": "2026-03-19T02:23:24-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who's Got a Problem With GENA?",
    "track_id": null,
    "recording_id": null,
    "artist": "GENA",
    "artist_ids": [],
    "album": "The Pleasure Is Yours",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GENA is GOD ENERGY, NATURALLY AMAZING. Dallas-born, LA-based artist Liv.e and renowned drummer Karriem Riggins join forces in this new collaboration. -- Go here to purchase their just-released new album, \"The Pleasure Is Yours\": https://o-liv.bandcamp.com/album/the-pleasure-is-yours",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}