Information about plays

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

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

{
    "id": 377121,
    "uri": "https://api.kexp.org/v2/plays/377121/?format=api",
    "airdate": "2019-09-05T17:33:34-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/e806d201-5d58-460f-8912-dd14975273ee/17244913133-250.jpg",
    "thumbnail_uri": "",
    "song": "Silver",
    "track_id": "8acdfa06-df4a-4282-9bbe-896ac507b84c",
    "recording_id": null,
    "artist": "Waxahatchee",
    "artist_ids": [
        "42321e24-42b6-4f08-b0d9-8325ee887a20"
    ],
    "album": "Out in the Storm",
    "release_id": "e806d201-5d58-460f-8912-dd14975273ee",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waxahatchee is an American indie music project, formed in 2010 by American singer-songwriter Katie Crutchfield, previously a member of P.S. Eliot. The band is named after Waxahatchee Creek, in Alabama, where Crutchfield grew up. Originally an acoustic solo project, her recordings tend to now involve a backing band and the music has increasingly more often been performed in this way. Crutchfield, as Waxahatchee, has released 4 albums to date; \"American Weekend\" (2012), \"Cerulean Salt\" (2013), \"Ivy Tripp\" (2015), and \"Out in the Storm\" (2017).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}