Information about plays

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

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

{
    "id": 353514,
    "uri": "https://api.kexp.org/v2/plays/353514/?format=api",
    "airdate": "2019-07-12T15:06:47-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shuffle",
    "track_id": "7a4c2883-c724-3a43-8981-9fa154e02bea",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "A Different Kind of Fix",
    "release_id": "92c14bfe-0670-41ca-a4a6-0b277e0297f7",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2011-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Once you get the feeling, it\nWants you back for more\nSays it's going to heal it, but\nYou won't make the call\nOne step back, you're leaving it\nNow it's moving on\nWhy won't you believe in it\nUntill it's gone?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}