Information about plays

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

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

{
    "id": 3565322,
    "uri": "https://api.kexp.org/v2/plays/3565322/?format=api",
    "airdate": "2025-10-15T07:54:18-07:00",
    "show": 64840,
    "show_uri": "https://api.kexp.org/v2/shows/64840/?format=api",
    "image_uri": "https://ia601807.us.archive.org/3/items/mbid-71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e/mbid-71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e-2554937988_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/3/items/mbid-71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e/mbid-71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e-2554937988_thumb250.jpg",
    "song": "Taste",
    "track_id": "8e46d4d4-9afb-3ed3-a087-862c87c340ee",
    "recording_id": "a89c45c0-edef-4efb-ae65-c0d94ef56146",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Nowhere",
    "release_id": "71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e",
    "release_group_id": "4ff18a50-33fa-37aa-a355-ea2a70e35ae3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "35 years ago today (1990) Ride released their debut full-length \"Nowhere\".\n\n\"Taste\" a notable track in the shoegaze genre, known for its swirling guitar riff, strong drumming, and a coda featuring a string quartet. It was later released as a single in the United States in early 1991.\n\nhttps://ride1988.bandcamp.com\nhttps://www.thebandride.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}