Information about plays

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

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

{
    "id": 379887,
    "uri": "https://api.kexp.org/v2/plays/379887/?format=api",
    "airdate": "2019-09-12T06:31:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sun Shines Down On Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Guster",
    "artist_ids": [
        "6cbe1e63-5895-4168-ac7e-f0d2836ba0c1"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is off of the 2004 album, The Late Great Daniel Johnston: Discovered Covered, which is a 2004 Gammon Records two-disc set. The first disc features covers of Daniel Johnston songs by a variety of different artists. The second disc features the original versions of these eighteen songs, as well as \"Rock This Town\", a previously unreleased Johnston track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}