Information about plays

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

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

{
    "id": 356395,
    "uri": "https://api.kexp.org/v2/plays/356395/?format=api",
    "airdate": "2019-07-19T08:46:00-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HandClap",
    "track_id": "a83044e6-c708-445e-86e0-43793c19b737",
    "recording_id": null,
    "artist": "Fitz and The Tantrums",
    "artist_ids": [
        "8560d4e8-05e2-4c20-980b-ad2db445dd5d"
    ],
    "album": "HandClap",
    "release_id": "d54e7ee6-27ff-4e92-8594-27683063cc2f",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back in time to 2012 to watch a live in-studio performance at KEXP:  https://www.youtube.com/watch?v=ZwIQYrUWjXw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}