Information about plays

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

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

{
    "id": 3427972,
    "uri": "https://api.kexp.org/v2/plays/3427972/?format=api",
    "airdate": "2024-11-20T20:52:04-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take A Picture",
    "track_id": null,
    "recording_id": null,
    "artist": "Frankie Cosmos",
    "artist_ids": [],
    "album": "Like Someone I Know: A Celebration of Margo Guryan",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 12-song compilation is an homage to Guryan’s classic 1968 record, Take a Picture, featuring reinterpretations by contemporary artists Clairo, Margo Price, TOPS, Rahill, June McDoom, MUNYA & Kainalu, Frankie Cosmos & Good Morning, Kate Bollinger, Pearl & The Oysters, Bedouine & Sylvie, Barrie, and Empress Of. A portion of proceeds from this album will be donated to providing and advocating for affordable reproductive health services.\n\nhttps://margoguryan.bandcamp.com/album/like-someone-i-know-a-celebration-of-margo-guryan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}