Information about plays

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

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

{
    "id": 371170,
    "uri": "https://api.kexp.org/v2/plays/371170/?format=api",
    "airdate": "2019-08-23T05:35:34-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/8d9e290e-1001-4616-9de2-67fa69bfc9cd/13761995776-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue Jeans",
    "track_id": "2af0b826-c881-3543-8b03-c48fe288c012",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Light & Magic",
    "release_id": "8d9e290e-1001-4616-9de2-67fa69bfc9cd",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2002-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ladytron will be in Seattle December 12th at the Neptune! http://www.ladytron.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}