Information about plays

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

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

{
    "id": 3554108,
    "uri": "https://api.kexp.org/v2/plays/3554108/?format=api",
    "airdate": "2025-09-17T08:30:56-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://ia601304.us.archive.org/8/items/mbid-c85ae277-aba4-3634-8adc-08583a536b6d/mbid-c85ae277-aba4-3634-8adc-08583a536b6d-13428684382_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/8/items/mbid-c85ae277-aba4-3634-8adc-08583a536b6d/mbid-c85ae277-aba4-3634-8adc-08583a536b6d-13428684382_thumb250.jpg",
    "song": "Gorgeous Love",
    "track_id": "a7344cb2-cdc4-4354-b681-aaaddf1f16e0",
    "recording_id": "084b3ca2-cb06-44f1-859f-25c4dd7ed0e1",
    "artist": "Kitchens of Distinction",
    "artist_ids": [
        "edffc348-5d61-4782-ac0b-8cb698810fbe"
    ],
    "album": "Strange Free World",
    "release_id": "14f11097-b01c-4c0e-9c36-be00590af51a",
    "release_group_id": "278a7d7b-8c72-31dd-8626-347188371ab3",
    "labels": [
        "A&M Records",
        "One Little Indian Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c",
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kitchens of Distinction were considered part of the shoegaze subgenre and released four studio albums before disbanding in 1996. In September 2012, Patrick Fitzgerald announced Kitchens of Distinction's reunion, followed by the 2013 release of their fifth album, their first in 19 years.\n\nhttps://kitchens-of-distinction.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}