Information about plays

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

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

{
    "id": 3538178,
    "uri": "https://api.kexp.org/v2/plays/3538178/?format=api",
    "airdate": "2025-08-10T00:08:47-07:00",
    "show": 64249,
    "show_uri": "https://api.kexp.org/v2/shows/64249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Immaculate Deception",
    "track_id": null,
    "recording_id": null,
    "artist": "Skelm",
    "artist_ids": [
        "e5c2f315-3df1-468d-8828-e4a00d3b5b3b"
    ],
    "album": "Belt Fed Assault",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Everett, WA's Skelm recently supported Tzompantli at their show in Seattle.\n\nhttps://skelm425.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}