Information about plays

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

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

{
    "id": 381592,
    "uri": "https://api.kexp.org/v2/plays/381592/?format=api",
    "airdate": "2019-09-16T12:36:43-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/35c12d74-afba-4449-a618-2fd1fad190c8/10549562121-250.jpg",
    "thumbnail_uri": "",
    "song": "Nineteen In Naples",
    "track_id": "b55c20bb-8560-37c1-a971-1800f22f0acc",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "I'm So Confused",
    "release_id": "35c12d74-afba-4449-a618-2fd1fad190c8",
    "release_group_id": null,
    "labels": [
        "Vapor Records"
    ],
    "label_ids": [
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm So Confused is a 1998 album by Jonathan Richman and produced by Ric Ocasek. You can read more here: https://bit.ly/2lTAHo5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}