Information about plays

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

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

{
    "id": 3550765,
    "uri": "https://api.kexp.org/v2/plays/3550765/?format=api",
    "airdate": "2025-09-09T07:03:20-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761-30682273588_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761/mbid-282c39bb-aebb-4a13-a270-8e3fa8989761-30682273588_thumb250.jpg",
    "song": "The Light",
    "track_id": "678c5b09-127d-350d-8a42-d685b1af2f28",
    "recording_id": "393ca76e-5d01-4c86-a3ad-e1bba3d17f62",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "282c39bb-aebb-4a13-a270-8e3fa8989761",
    "release_group_id": "7e71cdab-b756-30d1-85be-7f300eced481",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today marks 38 years since Love and Rockets released 'Earth Sun Moon'!\n\nLove and Rockets is an English rock band formed in 1985 by former Bauhaus members Daniel Ash, David J and Kevin Haskins after that group split in 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}