Information about plays

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

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

{
    "id": 3544591,
    "uri": "https://api.kexp.org/v2/plays/3544591/?format=api",
    "airdate": "2025-08-25T10:01:26-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia600605.us.archive.org/6/items/mbid-0a556e03-5715-3e98-874d-fb09029e2752/mbid-0a556e03-5715-3e98-874d-fb09029e2752-21275083212_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/6/items/mbid-0a556e03-5715-3e98-874d-fb09029e2752/mbid-0a556e03-5715-3e98-874d-fb09029e2752-21275083212_thumb250.jpg",
    "song": "She Bangs the Drums",
    "track_id": "9b5424be-c5f3-3538-b375-f6bf46a83027",
    "recording_id": "377f90b3-6230-45a8-9d15-196a3124d4ee",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": "0a556e03-5715-3e98-874d-fb09029e2752",
    "release_group_id": "88b86fe0-26f5-3949-817a-8082145e704d",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1989-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When eras that define decades overlap and seismic cultural shifts take place within them, creative innovation often rises through the cracks. When acid-house was merging with indie rock to form what has been coined the ‘Madchester’ movement, The Stone Roses identified a slipstream in which their exploration of sound could exist. What followed was a release so iconic that it’s heralded as one of the all-time great debut records. Their self titled album fused all of the genres that were bursting at the Manchester seams.\"\n\nhttps://faroutmagazine.co.uk/the-curious-story-of-the-stone-roses/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}