Information about plays

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

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

{
    "id": 380031,
    "uri": "https://api.kexp.org/v2/plays/380031/?format=api",
    "airdate": "2019-09-12T14:43:10-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/928d4a83-f929-4d85-a221-3dc9d2381c54/14280797705-250.jpg",
    "thumbnail_uri": "",
    "song": "All That Heaven Allows",
    "track_id": "1503af30-296d-4a9b-afd9-0eb02c3dca64",
    "recording_id": null,
    "artist": "Mercury Girls",
    "artist_ids": [
        "d7d8f275-c440-4806-8247-bb417a81e930"
    ],
    "album": "Ariana",
    "release_id": "928d4a83-f929-4d85-a221-3dc9d2381c54",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2016-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of Literature, Little Big League, and Pet Milk make up this Philly indiepop band. https://mercurygirls.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}