Information about plays

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

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

{
    "id": 3636517,
    "uri": "https://api.kexp.org/v2/plays/3636517/?format=api",
    "airdate": "2026-04-01T16:40:59-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "https://dn721705.ca.archive.org/0/items/mbid-c1443140-0f31-4e6f-9d13-a11d105d964c/mbid-c1443140-0f31-4e6f-9d13-a11d105d964c-18830657779_thumb500.jpg",
    "thumbnail_uri": "https://dn721705.ca.archive.org/0/items/mbid-c1443140-0f31-4e6f-9d13-a11d105d964c/mbid-c1443140-0f31-4e6f-9d13-a11d105d964c-18830657779_thumb250.jpg",
    "song": "Rocket Man",
    "track_id": "afc420a4-4e70-37a8-8bcc-88062932a906",
    "recording_id": "ae2d2c3b-9c7c-4cdb-8574-6a1de1529b90",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Chapter 1: The Sandworm Cometh: Early Recordings",
    "release_id": "c1443140-0f31-4e6f-9d13-a11d105d964c",
    "release_group_id": "3ead30b0-b2bb-3376-a11e-176a5384387b",
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2004-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My Morning Jacket are touring & offering presales for their October shows @ SF's The Fillmore!\nCheck out the dates & locales here: https://www.livenation.com/artist/K8vZ91759O7/my-morning-jacket-events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}