Information about plays

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

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

{
    "id": 3633009,
    "uri": "https://api.kexp.org/v2/plays/3633009/?format=api",
    "airdate": "2026-03-24T05:55:38-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://dn720608.ca.archive.org/0/items/mbid-88395238-d787-41ee-bfd5-134e4bf31475/mbid-88395238-d787-41ee-bfd5-134e4bf31475-11227450074_thumb500.jpg",
    "thumbnail_uri": "https://dn720608.ca.archive.org/0/items/mbid-88395238-d787-41ee-bfd5-134e4bf31475/mbid-88395238-d787-41ee-bfd5-134e4bf31475-11227450074_thumb250.jpg",
    "song": "Manic Monday",
    "track_id": "d92c58b7-0a47-3256-bec0-92894b2f7e55",
    "recording_id": "c2be13ee-131e-4cdb-9141-0f0195a85626",
    "artist": "Bangles",
    "artist_ids": [
        "f31ec2ac-9071-4306-acd1-d2c8321033b5"
    ],
    "album": "Different Light",
    "release_id": "88395238-d787-41ee-bfd5-134e4bf31475",
    "release_group_id": "d583565f-0cb4-324d-86f4-79bd44f40039",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In one of the most famous examples of his \"secret\" songwriting, Prince gifted the track \"Manic Monday\" to The Bangles in 1984 under the pseudonym Christopher.\n\nIn early 1986, \"Manic Monday\" reached #2 on the Billboard Hot 100. It was famously kept out of the #1 spot by Prince’s own song, \"Kiss.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}