Information about plays

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

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

{
    "id": 354601,
    "uri": "https://api.kexp.org/v2/plays/354601/?format=api",
    "airdate": "2019-07-15T07:59:26-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/17086703-8e50-4e78-be5b-ca3e9a06d6c1/2214959414-250.jpg",
    "thumbnail_uri": "",
    "song": "Pearl",
    "track_id": "cddbaab1-04e9-3ce4-9d69-e0fe61ed2a81",
    "recording_id": null,
    "artist": "Chapterhouse",
    "artist_ids": [
        "c95d5fb3-03d4-4b5e-93da-a57bd7e26db0"
    ],
    "album": "Pearl",
    "release_id": "17086703-8e50-4e78-be5b-ca3e9a06d6c1",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1991-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to know more about  \"five rail-thin longhairs from Reading, England\"?:  https://www.allmusic.com/artist/chapterhouse-mn0000165294/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}