Information about plays

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

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

{
    "id": 3544141,
    "uri": "https://api.kexp.org/v2/plays/3544141/?format=api",
    "airdate": "2025-08-24T09:17:35-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb86a8b5-ca48-49ae-b787-7e9224fffab7/9107067065-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb86a8b5-ca48-49ae-b787-7e9224fffab7/9107067065-250.jpg",
    "song": "Shambala",
    "track_id": null,
    "recording_id": "54666304-35d1-43f0-8b3e-7955840d3379",
    "artist": "Three Dog Night",
    "artist_ids": [
        "1a48176d-1414-4a18-9792-50ba585d4d59"
    ],
    "album": "Cyan",
    "release_id": null,
    "release_group_id": "0cc45d28-3ede-363f-825f-b8e556ee0b8e",
    "labels": [
        "Dunhill ABC"
    ],
    "label_ids": [
        "bbba24ff-aa3a-454b-8754-3fe691b84fb8"
    ],
    "release_date": "1973-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The LA band imagined a world where kindness and cooperation are universal, inspired by the mythical kingdom mentioned in various ancient texts, including the Kalachakra Tantra and ancient texts of Tibetan Buddhism. The original location was a mystic temple in Peru.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}