Information about plays

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

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

{
    "id": 3550311,
    "uri": "https://api.kexp.org/v2/plays/3550311/?format=api",
    "airdate": "2025-09-08T05:15:41-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia600108.us.archive.org/26/items/mbid-b1f741b8-5970-3466-b988-95331d74d982/mbid-b1f741b8-5970-3466-b988-95331d74d982-12041012189_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/26/items/mbid-b1f741b8-5970-3466-b988-95331d74d982/mbid-b1f741b8-5970-3466-b988-95331d74d982-12041012189_thumb250.jpg",
    "song": "Gloria",
    "track_id": "70245587-d78e-3d37-bd2c-7345a8aa30d3",
    "recording_id": "27175c2c-b4f8-48d3-af60-3bc338836078",
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Horses",
    "release_id": "b1f741b8-5970-3466-b988-95331d74d982",
    "release_group_id": "ff8f533c-3cb3-3877-9209-11f433edaad2",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2005-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That iconic album cover photograph, of Smith in black and white standing strong and confident against a blank wall, was taken by Robert Mapplethorpe. \n\nHere's an incredible nine-minute performance of \"Gloria\" from 2022: https://www.youtube.com/watch?v=MVclzvi7QAE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}