Information about plays

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

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

{
    "id": 2675396,
    "uri": "https://api.kexp.org/v2/plays/2675396/?format=api",
    "airdate": "2019-12-19T14:15:13-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparkle",
    "track_id": "0e7ae6bd-e563-47af-8fea-2df2b813570e",
    "recording_id": null,
    "artist": "Coma",
    "artist_ids": [
        "e3e66621-351c-454e-ba1f-bf2844bf7aba"
    ],
    "album": "Voyage Voyage",
    "release_id": "17d937d9-e55d-4ecf-abca-e4d50804cabe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"After releasing a steady stream of records, including 2013 debut In Technicolor and previous album, 2015’s This Side of Paradise, in recent years both Bubat and Conrad have experienced a transformative time in each of their lives, marked out by a series of challenges and milestones including the loss of a parent and the birth of a child. For Conrad, getting back in the studio has proved a potent form of therapy, one that can transcend the often-painful process of reality. “Making music is a kind of escapism, it puts you in a different world where you forget everything around you”\" <br/><br/>https://coma-cologne.bandcamp.com/album/voyage-voyage-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}