Information about plays

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

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

{
    "id": 349746,
    "uri": "https://api.kexp.org/v2/plays/349746/?format=api",
    "airdate": "2019-07-03T20:51:04-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby",
    "track_id": "0a52e88b-1138-3fb3-9174-8d7f4b490504",
    "recording_id": null,
    "artist": "Donnie & Joe Emerson",
    "artist_ids": [
        "11506a28-0551-4ed5-8814-510fb81d31bf"
    ],
    "album": "Dreamin' Wild",
    "release_id": "bc7d83c2-97e7-4470-8c5b-b2afdbbb269d",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reissue of the 1979 album by two Eastern Washington brothers, recorded in the home studio their dad built: http://lightintheattic.net/releases/705-dreamin-wild ; don’t forget you can play this whole show back for the next two weeks, from the on-demand archive at kexp.org or the KEXP apps!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}