Information about plays

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

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

{
    "id": 3558562,
    "uri": "https://api.kexp.org/v2/plays/3558562/?format=api",
    "airdate": "2025-09-27T22:08:49-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/5017f5d4-87a3-385d-ab2d-a7ac87fb1a7d/32531037537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5017f5d4-87a3-385d-ab2d-a7ac87fb1a7d/32531037537-250.jpg",
    "song": "Like Sprewells on a Wheelchair",
    "track_id": null,
    "recording_id": null,
    "artist": "Dillinger Four",
    "artist_ids": [
        "fc6a16d9-5dfd-43b1-be98-ba49366d9f27"
    ],
    "album": "This Shit Is Geniuser",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anxious and Angry"
    ],
    "label_ids": [],
    "release_date": "1999-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dillinger Four is playing two shows in Hollywood on November 22nd and 23rd with Cocksparrer, Home Front, and Generacion Suicida.\n\nhttps://www.facebook.com/Dillinger4/\nhttps://anxiousandangry.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}