Information about plays

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

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

{
    "id": 377157,
    "uri": "https://api.kexp.org/v2/plays/377157/?format=api",
    "airdate": "2019-09-05T18:50:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Can’t He Be You",
    "track_id": "407e5dae-9efc-499d-b4d3-35d21689feff",
    "recording_id": null,
    "artist": "Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e"
    ],
    "album": "I Remember Patsy",
    "release_id": "fd62bc4d-395f-4948-8e71-6c6bc129e87b",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's great annual Patsy Cline tribute show, Sweet Dreams, is happening this Fri. Sept. 6th thru Sun. Sept. 8th (Patsy's birthday) with Star Anna, V. Contreras, Jennifer Hopper, Jessica Lynne and Kate Voss at the Triple Door",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}