Information about plays

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

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

{
    "id": 3624356,
    "uri": "https://api.kexp.org/v2/plays/3624356/?format=api",
    "airdate": "2026-03-02T09:50:47-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-59036ec2-74d2-4aa5-9bf2-28a22834c455/mbid-59036ec2-74d2-4aa5-9bf2-28a22834c455-29160124168_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-59036ec2-74d2-4aa5-9bf2-28a22834c455/mbid-59036ec2-74d2-4aa5-9bf2-28a22834c455-29160124168_thumb250.jpg",
    "song": "Ziggy Stardust",
    "track_id": "cc9c6f2b-3f6d-3a1e-8eb7-4ae4dbbe8f94",
    "recording_id": "192b6c69-4e24-46eb-a988-0ba94174e546",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Crackle",
    "release_id": "59036ec2-74d2-4aa5-9bf2-28a22834c455",
    "release_group_id": "f85375d6-1487-303a-a284-809cd93b27c6",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1998-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bauhaus idolized David Bowie! Enjoy bassist Dave Baskins' story of how the band encountered Bowie: https://faroutmagazine.co.uk/bauhaus-david-bowie-ziggy-stardust/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}