Information about plays

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

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

{
    "id": 3626878,
    "uri": "https://api.kexp.org/v2/plays/3626878/?format=api",
    "airdate": "2026-03-08T20:26:27-07:00",
    "show": 66129,
    "show_uri": "https://api.kexp.org/v2/shows/66129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Sweet",
    "track_id": null,
    "recording_id": null,
    "artist": "I.N.D.",
    "artist_ids": [
        "e034d4e2-465e-4f35-8af3-60dc16df7b3f"
    ],
    "album": "Into New Dimensions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Erect Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gary, Indiana soul group Into New Dimensions (I.N.D.) released \"Stay Sweet\" on their self-titled album in 1981. \n\nIt's the KEXP Spring Drive! \nhttps://www.kexp.org/donate/ \n-Choose your donation type (Monthly, increase Amplifier, or one-time) \n-Select your amount\n-Pick your thank-you gifts (or choose no gifts)\n-Proceed to Payment!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}