Information about plays

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

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

{
    "id": 3543331,
    "uri": "https://api.kexp.org/v2/plays/3543331/?format=api",
    "airdate": "2025-08-22T15:32:24-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia600702.us.archive.org/16/items/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682-9106652041_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/16/items/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682-9106652041_thumb250.jpg",
    "song": "Glamour Boys",
    "track_id": "6fcedc12-6d21-32ea-bfc3-e9270426e9f4",
    "recording_id": "caf1aaca-e687-4a32-9094-507e49178adc",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": "Vivid",
    "release_id": "b5297fe8-70de-38a1-93a3-f8ab4925a682",
    "release_group_id": "8ce498ba-26f5-3ea9-b499-9007212ae269",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1988-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Living Colour's Vernon Reid, born on this day in 1958.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}