Information about plays

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

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

{
    "id": 3413247,
    "uri": "https://api.kexp.org/v2/plays/3413247/?format=api",
    "airdate": "2024-10-16T04:33:44-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Own Light (What Hearts Are For)",
    "track_id": null,
    "recording_id": "b1b484cf-82b3-45ba-bc4c-b7b6f97270e6",
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "All the Beauty in This Whole Life",
    "release_id": null,
    "release_group_id": "d80c13ce-4be0-4bd4-880e-8c963fb2a253",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2017-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brother Ali's 2017 release 'All the Beauty in This Whole Life' was Ali’s first official release in five years and represented a new and most refined chapter of Brother Ali's journey. \n\n\"Each of my albums are the result of the pain, growth and eventual healing that I experience. Articulating the pain and navigating the healing allows the people who really feel my music to travel with me. It's not only that we hurt together, we heal together as well.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}