Information about plays

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

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

{
    "id": 3565470,
    "uri": "https://api.kexp.org/v2/plays/3565470/?format=api",
    "airdate": "2025-10-15T16:15:17-07:00",
    "show": 64843,
    "show_uri": "https://api.kexp.org/v2/shows/64843/?format=api",
    "image_uri": "https://ia801705.us.archive.org/35/items/mbid-a1cf71b2-4953-34bc-92bc-a3edb203bd3e/mbid-a1cf71b2-4953-34bc-92bc-a3edb203bd3e-20895729255_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-a1cf71b2-4953-34bc-92bc-a3edb203bd3e/mbid-a1cf71b2-4953-34bc-92bc-a3edb203bd3e-20895729255_thumb250.jpg",
    "song": "Vapour Trail",
    "track_id": "e10ffc8d-4913-3998-b614-f1d7eb396fb9",
    "recording_id": "3899c5c7-5d59-4b8b-ab2a-7ec99d1a661e",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Nowhere",
    "release_id": "a1cf71b2-4953-34bc-92bc-a3edb203bd3e",
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Vinylversary to Ride for their release of Nowhere on this day in 1990!\n\nDid you know that Ride was the final band to play live in the old KEXP Dexter & Denny studio? Check out that historic event: https://bit.ly/3tY7tUS\n\nAnd here they are back again, this time in the new studio last year:\nhttps://www.youtube.com/watch?v=2pQfl69Yogc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}