Information about plays

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

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

{
    "id": 3532230,
    "uri": "https://api.kexp.org/v2/plays/3532230/?format=api",
    "airdate": "2025-07-27T01:39:02-07:00",
    "show": 64125,
    "show_uri": "https://api.kexp.org/v2/shows/64125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throne of Skulls",
    "track_id": null,
    "recording_id": null,
    "artist": "Kontusion",
    "artist_ids": [
        "6a28f59e-33c9-42b3-b279-632334e314d5"
    ],
    "album": "Insatiable Lust for Death",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jersey / Washington, D.C.\nhttps://kontusionkontusion.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}