Information about plays

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

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

{
    "id": 3575550,
    "uri": "https://api.kexp.org/v2/plays/3575550/?format=api",
    "airdate": "2025-11-08T14:03:06-08:00",
    "show": 65056,
    "show_uri": "https://api.kexp.org/v2/shows/65056/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-23dc6dda-6483-49a9-aa5a-7c5ec0e4a7ec/mbid-23dc6dda-6483-49a9-aa5a-7c5ec0e4a7ec-20125283018_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-23dc6dda-6483-49a9-aa5a-7c5ec0e4a7ec/mbid-23dc6dda-6483-49a9-aa5a-7c5ec0e4a7ec-20125283018_thumb250.jpg",
    "song": "The Bandit",
    "track_id": "cb5c9662-7fa8-377f-9045-6ef663d0dbb7",
    "recording_id": "863d389b-7e90-4904-a73d-6981dc8d4303",
    "artist": "Starlight Mints",
    "artist_ids": [
        "a71ff439-53af-4160-ac7c-1ac072fe3d65"
    ],
    "album": "The Dream That Stuff Was Made Of",
    "release_id": "509a623d-841d-4abf-9e6f-b337d08cfc39",
    "release_group_id": "eee12d13-8aac-33b3-8405-18130f5447ad",
    "labels": [
        "See Thru Broadcasting"
    ],
    "label_ids": [
        "d4bc0b22-2b6c-4954-a599-1d2d57710631"
    ],
    "release_date": "2000-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dream That Stuff Was Made of was the debut album from the the Starlight Mints. It was recorded in 1997 & 1998, but not released until 2000.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}