Information about plays

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

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

{
    "id": 356463,
    "uri": "https://api.kexp.org/v2/plays/356463/?format=api",
    "airdate": "2019-07-19T12:53:30-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fruit",
    "track_id": "8d808e44-5e6b-4a8c-b185-29d89821dc21",
    "recording_id": null,
    "artist": "The Berries",
    "artist_ids": [
        "2bcec627-ca06-41a7-8977-e6038e7b2602"
    ],
    "album": "Berryland",
    "release_id": "ab30ec1e-de6a-41f3-95f8-c0192675dc2d",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Berries are a Seattle band fronted by Matthew Berry, who formerly led the groups Happy Diving and Big Bite.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}