Information about plays

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

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

{
    "id": 377415,
    "uri": "https://api.kexp.org/v2/plays/377415/?format=api",
    "airdate": "2019-09-06T09:34:58-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/af48cf18-8f1e-4fb9-a72f-3f169ac36a0c/17641362090-250.jpg",
    "thumbnail_uri": "",
    "song": "West Coast",
    "track_id": "41ca2298-cf0f-4259-b314-0f520e6710a8",
    "recording_id": null,
    "artist": "FIDLAR",
    "artist_ids": [
        "6910222b-74c2-48fc-8c13-a6b88cc28fc0"
    ],
    "album": "Too",
    "release_id": "af48cf18-8f1e-4fb9-a72f-3f169ac36a0c",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2015-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cracked out and sleepless in Seattle...\" Fidlar came to Seattle in 2015 to perform live in the KEXP studio:  https://www.youtube.com/watch?v=3K6Za0doLAM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}