Information about plays

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

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

{
    "id": 354591,
    "uri": "https://api.kexp.org/v2/plays/354591/?format=api",
    "airdate": "2019-07-15T07:23:46-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "5 Mile (these are the days)",
    "track_id": "f798b1e6-05e5-383b-a327-b20a490cffa7",
    "recording_id": null,
    "artist": "Turin Brakes",
    "artist_ids": [
        "2ecbd923-9daf-4f18-9250-e482ccec4c28"
    ],
    "album": "5 Mile (these are the days) (disc 2)",
    "release_id": "9625a3ed-124b-4866-936e-74e86f90a73e",
    "release_group_id": null,
    "labels": [
        "Source"
    ],
    "label_ids": [
        "43367ec8-5213-4d87-b8b6-758412a81cc2"
    ],
    "release_date": "2003-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch out!  That airplane sink is about to overflow in the video for \"5 Mile\":  https://www.youtube.com/watch?v=Thzx2rUixvY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}