Information about plays

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

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

{
    "id": 3413429,
    "uri": "https://api.kexp.org/v2/plays/3413429/?format=api",
    "airdate": "2024-10-16T12:16:39-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamweavers",
    "track_id": "9fa56f5f-2957-4d15-9358-a1104d6eb815",
    "recording_id": "240f7a15-3b16-46f1-b8ec-76d61b335dcd",
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "Dreamweaver",
    "release_id": "33d16c18-e735-4d32-97f7-b3d0c338c233",
    "release_group_id": "d096bc4e-fbd3-47b2-9e84-8909ac1673b0",
    "labels": [
        "In My Room"
    ],
    "label_ids": [
        "3d6fd228-8e06-4cd8-9951-73afbb2bf66a"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The seventh studio album from veteran Danish producer/musician Anders Trentemøller-- released last month!\n Dreamweaver is Anders Trentmøller's newest offering. In a career full of transcendentally gorgeous and glorious tracks, prepare yourself for more sonic bliss with this album. Featuring ten tracks that traverse Trentemøller's many musical strengths, Dreamweaver also represents an obvious artistic leap, treading new ground while retaining the overall plot.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}