Information about plays

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

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

{
    "id": 3554572,
    "uri": "https://api.kexp.org/v2/plays/3554572/?format=api",
    "airdate": "2025-09-18T10:53:15-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://ia600908.us.archive.org/16/items/mbid-681cc604-4a12-4625-ab55-47848d662758/mbid-681cc604-4a12-4625-ab55-47848d662758-43018916834_thumb500.jpg",
    "thumbnail_uri": "https://ia800908.us.archive.org/16/items/mbid-681cc604-4a12-4625-ab55-47848d662758/mbid-681cc604-4a12-4625-ab55-47848d662758-43018916834_thumb250.jpg",
    "song": "James St",
    "track_id": "dbbd5e00-c803-4a5c-975d-399194cb0246",
    "recording_id": "6fbbe55f-a2c6-4dcc-9c5a-6c6e6aaddc36",
    "artist": "People Mover",
    "artist_ids": [
        "3f84f2dd-9255-4732-9640-255638b85ee0"
    ],
    "album": "Cane Trash",
    "release_id": "681cc604-4a12-4625-ab55-47848d662758",
    "release_group_id": "3f46b64a-4c1d-405a-9b8a-3df7cec570be",
    "labels": [
        "Little Lunch Records"
    ],
    "label_ids": [
        "7b326d8e-5478-4a53-9600-bd9315be2f88"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "People Mover are a three-piece band from Brisbane who released their latest album, 'Cane Trash,' last week. \nhttps://peoplemoverbris.bandcamp.com/album/cane-trash",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}