Information about plays

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

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

{
    "id": 3649798,
    "uri": "https://api.kexp.org/v2/plays/3649798/?format=api",
    "airdate": "2026-05-02T23:29:59-07:00",
    "show": 66615,
    "show_uri": "https://api.kexp.org/v2/shows/66615/?format=api",
    "image_uri": "https://coverartarchive.org/release/765ce011-2ee8-4f5a-b330-7cb523ad6f85/27112645183-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/765ce011-2ee8-4f5a-b330-7cb523ad6f85/27112645183-250.jpg",
    "song": "Zip My Lip",
    "track_id": null,
    "recording_id": "9ffd0564-4cf7-4846-8b71-3e32c1e10159",
    "artist": "Pierced Arrows",
    "artist_ids": [
        "86304eef-ce10-49bb-bc5f-b128b540113b"
    ],
    "album": "Descending Shadows",
    "release_id": null,
    "release_group_id": "a007e558-8521-4a89-9f39-851b4de09540",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2010-02-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Toody Cole will be performing at the Waterfront Blues Fest at Tom McCall Waterfront Park in Portland on July 2nd-3rd laong with Glitter Fox, Bon Bon Vivant, and many more\n\nhttps://www.songkick.com/artists/7397769-toody-cole/calendar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}