Information about plays

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

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

{
    "id": 345841,
    "uri": "https://api.kexp.org/v2/plays/345841/?format=api",
    "airdate": "2019-06-25T06:00:00-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wakin on a Pretty Day",
    "track_id": "0904c150-08c7-3915-8869-ec08299672dd",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Wakin on a Pretty Daze",
    "release_id": "b62e3ec7-d6bb-43c6-8eb8-30d958d109d0",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "2013-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning & happy Tuesday!  Kurt played this song live in studio back in March 2013.  See it here:  https://bit.ly/1zUHTMY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}