Information about plays

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

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

{
    "id": 346166,
    "uri": "https://api.kexp.org/v2/plays/346166/?format=api",
    "airdate": "2019-06-25T22:21:53-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Bad News",
    "track_id": "633f892b-9e2e-4705-a643-5df09d8d0c3d",
    "recording_id": null,
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Bad Bad News",
    "release_id": "d7c5851c-e58f-487e-8ebd-ad59f4fbc150",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}