Information about plays

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

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

{
    "id": 356862,
    "uri": "https://api.kexp.org/v2/plays/356862/?format=api",
    "airdate": "2019-07-20T12:45:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sun Structures",
    "track_id": null,
    "recording_id": null,
    "artist": "Temples",
    "artist_ids": [],
    "album": "Sun Structures",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [],
    "release_date": "2014-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from the English psych-rock band. Fun fact: The building on the cover of the album is the Rushton Triangular Lodge near Rushton, Northamptonshire. http://www.templestheband.com/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}