Information about plays

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

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

{
    "id": 3411008,
    "uri": "https://api.kexp.org/v2/plays/3411008/?format=api",
    "airdate": "2024-10-10T19:19:48-07:00",
    "show": 61540,
    "show_uri": "https://api.kexp.org/v2/shows/61540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glitter Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Tokimeki Records, mindfreakkk",
    "artist_ids": [
        "8ce93222-45d1-4c31-9b49-58f1426e9e6b",
        "2e80528b-ca01-4923-a980-f890e386fcfc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "mindfreakkk is an independent Thai singer-songwriter and actress. She debuted on May 20, 2021 with the English digital single \"Have You Ever\".\n\nhttps://www.instagram.com/mindfreakkk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}