Information about plays

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

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

{
    "id": 3343736,
    "uri": "https://api.kexp.org/v2/plays/3343736/?format=api",
    "airdate": "2024-05-04T13:26:40-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia600202.us.archive.org/33/items/mbid-fe0d409f-d65e-40fd-9e4a-b465545381af/mbid-fe0d409f-d65e-40fd-9e4a-b465545381af-38420931501_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/33/items/mbid-fe0d409f-d65e-40fd-9e4a-b465545381af/mbid-fe0d409f-d65e-40fd-9e4a-b465545381af-38420931501_thumb250.jpg",
    "song": "Monstera",
    "track_id": "9edd8a95-60b3-41a4-8686-91bca9afcb72",
    "recording_id": "7c6b1cd2-a0a4-4c1b-ac63-283d1dc58cb0",
    "artist": "Byland",
    "artist_ids": [
        "c1183d3c-1a1e-43ff-8bf9-1d3778d12399"
    ],
    "album": "Heavy For a While",
    "release_id": "fe0d409f-d65e-40fd-9e4a-b465545381af",
    "release_group_id": "d212c4a0-51ff-4f44-a5cb-7195c1d7ccff",
    "labels": [
        "Mother West"
    ],
    "label_ids": [
        "92f285d2-5d83-47af-9125-8dee0aa897cd"
    ],
    "release_date": "2024-03-29",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Byland will be Performing tonight at Toots Tavern in the East Bay!\n\nByland is the moniker and last name of Seattle-based, Albuquerque-raised, Cinematic Indie Rock artist, Alie Renee. Her dynamic sound is often characterized by arrangements full of intriguing time signatures and unexpected chord changes, tethered by timeless lyrics and vocal vulnerability. For her, music is about taking time to create space to process emotions.  https://tinyurl.com/yte3ww2e | https://www.bylandmusic.com/",
    "play_type": "trackplay"
}