Information about plays

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

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

{
    "id": 377029,
    "uri": "https://api.kexp.org/v2/plays/377029/?format=api",
    "airdate": "2019-09-05T14:25:00-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reach Out of the Darkness",
    "track_id": "b8ca1970-20ec-3420-88cf-a7801c1777ae",
    "recording_id": null,
    "artist": "Friend",
    "artist_ids": [
        "be84f3cf-ff0e-454f-aea4-3c7796e9ed77"
    ],
    "album": "Reach Out of the Darkness",
    "release_id": "c9379d26-a006-440a-af18-de6e1b42d500",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Reach Out of the Darkness” is a song recorded and released by the American folk duo Friend & Lover. Peaking at #10 on the U.S. Billboard Hot 100 chart, it was the duo’s most successful single, and they are often regarded as a one-hit wonder for the selection, mainly because the duo’s only other Hot 100 entry (“If Love is in Your Heart”) stalled at #86 a few months later. The title never appears as such in the recording, though the nine mentions of “Reach Out IN the Darkness” in the lyrics come close.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}