Information about plays

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

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

{
    "id": 3622249,
    "uri": "https://api.kexp.org/v2/plays/3622249/?format=api",
    "airdate": "2026-02-25T19:08:23-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dungeon Vision",
    "track_id": null,
    "recording_id": null,
    "artist": "Earth Tongue",
    "artist_ids": [],
    "album": "Dungeon Vision",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In The Red Records"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music released this month! \"Ushering in a new era, Berlin based, New Zealand heavy psych duo Earth Tongue lower the castle gates on their third album Dungeon Vision, a trove of fuzz-drenched anthems produced by garage rock luminary Ty Segall in Los Angeles.\"\n\nEarth Tongue - Dungeon Vision LP – CD:\nhttps://intheredrecords.com/products/earth-tongue-dungeon-vision-lp-cd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}