Information about plays

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

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

{
    "id": 3641605,
    "uri": "https://api.kexp.org/v2/plays/3641605/?format=api",
    "airdate": "2026-04-13T14:55:19-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Your Life",
    "track_id": null,
    "recording_id": "1999add9-0d87-47b9-9083-1733bba73d87",
    "artist": "Glaxo Babies",
    "artist_ids": [
        "4d52d945-b561-4069-bd6b-9f68ef247b5a"
    ],
    "album": "Put Me on the Guest List",
    "release_id": null,
    "release_group_id": "d8b4d087-1c33-4974-9970-0e7da702ecc8",
    "labels": [
        "Superior Viaduct"
    ],
    "label_ids": [
        "1332faee-9090-4a22-84ec-983fc19be39b"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Glaxo Babies are a Bristol-based post-punk band, formed in late 1977.\n\nThe band broke up in 1980, reformed in 1985, broke up again in 1990 and reformed once again in 2015. 'Put Me on the Guest List' is a compilation album of early demos and unreleased tracks from their Rob Chapman period.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}