Information about plays

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

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

{
    "id": 3552165,
    "uri": "https://api.kexp.org/v2/plays/3552165/?format=api",
    "airdate": "2025-09-12T16:40:30-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia902906.us.archive.org/2/items/mbid-286841a1-af83-3a85-8f52-41e440a1150e/mbid-286841a1-af83-3a85-8f52-41e440a1150e-25667325544_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/2/items/mbid-286841a1-af83-3a85-8f52-41e440a1150e/mbid-286841a1-af83-3a85-8f52-41e440a1150e-25667325544_thumb250.jpg",
    "song": "As",
    "track_id": "0bb1434e-2823-356e-8e33-a17b16bc7b15",
    "recording_id": "aae32ac0-6e8c-4ef6-b1c4-57467935f73f",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": "286841a1-af83-3a85-8f52-41e440a1150e",
    "release_group_id": "ea88b09b-fd34-33cf-a3e5-25a3a2fb4c6f",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this track, Stevie Wonder and jazz great Herbie Hancock both played Fender Rhodes pianos, creating a sleek layered groove. Other musicians on the track were Nathan Watts on bass, Dean Parks on guitar, and Greg Brown on drums. https://bit.ly/368RA50\n\nSee a live performance of \"As\" by Mr. Wonder at the Java Jazz Festival in 2012: https://www.youtube.com/watch?v=Wt2Et6W93gs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}