Information about plays

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

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

{
    "id": 3413448,
    "uri": "https://api.kexp.org/v2/plays/3413448/?format=api",
    "airdate": "2024-10-16T12:47:05-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Universe Woke Up As You",
    "track_id": "8d2b09ce-71a8-442d-b9ae-75223f48686f",
    "recording_id": "f09a179a-79dc-47c7-96ee-67025f77954c",
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "The Universe Woke Up As You",
    "release_id": "5e6dda1d-1d84-4032-85f9-4c1733e24088",
    "release_group_id": "f2a460ca-7eb4-47ae-a7be-e9f7265a69e4",
    "labels": [
        "Earthology Records"
    ],
    "label_ids": [
        "9266837c-7609-415c-9ecc-f833382a636c"
    ],
    "release_date": "2024-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cloud Cult, out of St. Cloud, Minnesota, is an indie rock band led by Craig Minowa. \nCloud Cult began as Minowa's solo studio project after the unexpected loss of his son and has grown with an evolving lineup of string, brass, and rock musicians. Known for incorporating live painting into their concerts, Cloud Cult were dubbed by Wall Street Journal as \"pioneers of multimedia artistry.\"\nhttps://cloudcult.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}