Information about plays

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

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

{
    "id": 343240,
    "uri": "https://api.kexp.org/v2/plays/343240/?format=api",
    "airdate": "2019-06-19T00:54:08-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/005d4651-fbc0-320d-8014-984630da6605/8796600006-250.jpg",
    "thumbnail_uri": "",
    "song": "Hazey Jane II",
    "track_id": "be3cc256-2012-3e6d-905c-9e3c853ef908",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Fruit Tree",
    "release_id": "005d4651-fbc0-320d-8014-984630da6605",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1986-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Nick Drake!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}