Information about plays

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

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

{
    "id": 381501,
    "uri": "https://api.kexp.org/v2/plays/381501/?format=api",
    "airdate": "2019-09-16T06:44:28-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d8225c8-ee55-4fff-8d4b-bb9f81348593/21727440618-250.jpg",
    "thumbnail_uri": "",
    "song": "All Mixed Up",
    "track_id": "29d2e61d-f3bb-3135-8e5e-ffd8cca86c2a",
    "recording_id": null,
    "artist": "Red House Painters",
    "artist_ids": [
        "06e59c30-5e21-4318-96e8-7a5f7e309af1"
    ],
    "album": "Songs for a Blue Guitar",
    "release_id": "4d8225c8-ee55-4fff-8d4b-bb9f81348593",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1996-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yep, it's a cover of The Cars classic and their 1996 video for this song features a sad Tinkerbell: http://bit.ly/1e4BOIs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}