Information about plays

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

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

{
    "id": 3581668,
    "uri": "https://api.kexp.org/v2/plays/3581668/?format=api",
    "airdate": "2025-11-22T22:32:38-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No U Don't",
    "track_id": null,
    "recording_id": null,
    "artist": "DFL",
    "artist_ids": [
        "716bc14a-bb97-4bba-84d0-10d230f7f6dc"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SBÄM Records"
    ],
    "label_ids": [
        "685a0090-e5b6-472f-aa7c-09cee30575c7"
    ],
    "release_date": "2025-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DFL will be touring with the Koffin Kats in February.\n\nhttps://www.facebook.com/proudtobedfl/\nhttps://www.punkrocktheory.com/news/dfl-release-new-single-no-u-dont",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}