Information about plays

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

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

{
    "id": 3428639,
    "uri": "https://api.kexp.org/v2/plays/3428639/?format=api",
    "airdate": "2024-11-22T11:45:38-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flaws",
    "track_id": "cf0f7329-b364-457b-953b-54b0dbe93cd5",
    "recording_id": "eaccd510-161f-4c24-a7ab-e8bf727c28ed",
    "artist": "GARDENS",
    "artist_ids": [
        "374f2c1b-7b4a-436e-8a04-1f9d1b115abe"
    ],
    "album": "Flaws",
    "release_id": "f7fa7a39-9418-4e26-a50e-cbbac31296a5",
    "release_group_id": "88cd24b1-253f-40ba-8a09-ee7c18680bd8",
    "labels": [
        "Siluh Records"
    ],
    "label_ids": [
        "d4feb413-817a-4554-b1d5-d2d4f89a15a7"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a recent interview, \"Vienna-based indie band GARDENS open up about the deeply personal nature of their music, the therapeutic process of songwriting, and the journey that led to their first full-length project.\" Their debut album, Flaws, is \"a heartfelt exploration of mental health, youth, heartbreak, and the messy, beautiful in-betweens of growing up.\" Read the interview here: https://tinyurl.com/yazcthk3\n\nhttps://thisisgardens.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}