Information about plays

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

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

{
    "id": 349391,
    "uri": "https://api.kexp.org/v2/plays/349391/?format=api",
    "airdate": "2019-07-03T02:45:23-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lullaby No. 13",
    "track_id": "aa52e79f-19d8-4398-abfa-785d16bb4689",
    "recording_id": null,
    "artist": "Girl Friday",
    "artist_ids": [
        "f31aa6fd-ad23-4ea2-b223-8766a0514a26"
    ],
    "album": "Fashion Conman",
    "release_id": "fe445047-9147-4e83-9507-65be8632293f",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grab the new EP from L.A. four-piece Girl Friday July 28th - https://girlfridayband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}