Information about plays

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

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

{
    "id": 345859,
    "uri": "https://api.kexp.org/v2/plays/345859/?format=api",
    "airdate": "2019-06-25T07:09:00-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boy Girl",
    "track_id": "f0c7ad38-e849-4a84-b3a5-f7850de7c890",
    "recording_id": null,
    "artist": "HÆLOS",
    "artist_ids": [
        "74ca2f03-18e4-4ec1-9537-3cfefbcfd4ec"
    ],
    "album": "Any Random Kindness",
    "release_id": "2c01fc2c-731d-4315-a5f3-83014c959f5b",
    "release_group_id": null,
    "labels": [
        "Infectious Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the first tracks HÆLOS completed in their album sessions, \"Boy Girl\" examines the role of technology in modern relationships. “It’s about the breakdown of a relationship in the digital age and a retreat into the comforts of technology,” the band noted in a statement. “A conversation between a boy and a girl filled with all the feelings of sadness and frustration at their inability to connect.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}