Information about plays

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

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

{
    "id": 3581633,
    "uri": "https://api.kexp.org/v2/plays/3581633/?format=api",
    "airdate": "2025-11-22T21:13:15-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://ia600104.us.archive.org/4/items/mbid-ab28615b-124a-4ac2-a3ec-76e6945198fc/mbid-ab28615b-124a-4ac2-a3ec-76e6945198fc-34480380299_thumb500.jpg",
    "thumbnail_uri": "https://ia800104.us.archive.org/4/items/mbid-ab28615b-124a-4ac2-a3ec-76e6945198fc/mbid-ab28615b-124a-4ac2-a3ec-76e6945198fc-34480380299_thumb250.jpg",
    "song": "Excuse Generator",
    "track_id": "2a50901b-f009-4cde-9056-9415080b358c",
    "recording_id": "be1fb672-da91-49dc-a67c-b86de4bdf698",
    "artist": "Lithics",
    "artist_ids": [
        "c98690bd-7a66-4104-89e6-46a6237ee1fc"
    ],
    "album": "Mating Surfaces",
    "release_id": "ab28615b-124a-4ac2-a3ec-76e6945198fc",
    "release_group_id": "1bd6eed4-b96c-4ba0-9d7b-d74016698bdc",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out Portland's Lithics performing at KEXP studios back in 2017 by following the link below:\n\nhttps://youtu.be/cwHmeFidLbE?si=XNela5HHbVQL8_ma\n\nhttps://lithics.bandcamp.com/album/nature-observation-poem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}