Information about plays

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

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

{
    "id": 3633846,
    "uri": "https://api.kexp.org/v2/plays/3633846/?format=api",
    "airdate": "2026-03-26T10:18:37-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://dn721508.ca.archive.org/0/items/mbid-1eebd444-2d22-3185-8bca-6921dfb2aa0f/mbid-1eebd444-2d22-3185-8bca-6921dfb2aa0f-11894670654_thumb500.jpg",
    "thumbnail_uri": "https://dn721508.ca.archive.org/0/items/mbid-1eebd444-2d22-3185-8bca-6921dfb2aa0f/mbid-1eebd444-2d22-3185-8bca-6921dfb2aa0f-11894670654_thumb250.jpg",
    "song": "Colour From the Tube",
    "track_id": "c95695f1-8a89-38ce-94ad-9190ebd3e0ee",
    "recording_id": "681adf37-89b7-49ec-94c1-c5f4736f8146",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Mall",
    "release_id": "1eebd444-2d22-3185-8bca-6921dfb2aa0f",
    "release_group_id": "f205dc0b-1232-3e6a-8632-3ebb45f70efa",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pylon was the opening band for Gang of Four in New York City at the club Hurrah a few months after forming. (Thanks to some help from the B-52's) Gail Ann Dorsey played bass and did backing vocals on the 'Mall' album from Gang of Four.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}