Information about plays

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

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

{
    "id": 352681,
    "uri": "https://api.kexp.org/v2/plays/352681/?format=api",
    "airdate": "2019-07-10T19:06:55-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can't Act (Like I Don't Feel Good)",
    "track_id": null,
    "recording_id": null,
    "artist": "Georgia Dish Boys",
    "artist_ids": [],
    "album": "Good Country Livin'",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "1259572 Records DK2"
    ],
    "label_ids": [],
    "release_date": "2019-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Inside Athens” with this Athens, GA band: https://www.youtube.com/watch?v=35qbNuxcWTc ; https://georgiadishboys.bandcamp.com ; https://www.facebook.com/pages/category/Musician-Band/Georgia-Dish-Boys-1637399116346453/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}