Information about plays

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

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

{
    "id": 377340,
    "uri": "https://api.kexp.org/v2/plays/377340/?format=api",
    "airdate": "2019-09-06T05:36:38-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crushed",
    "track_id": "8e2d2185-0040-4cf2-8d98-8b4d316533e3",
    "recording_id": null,
    "artist": "Twin Shadow",
    "artist_ids": [
        "8d831383-b22b-4237-8059-12bee111e4b6"
    ],
    "album": "Crushed",
    "release_id": "8c290a72-c0cb-4b6c-b715-3da25a89fd49",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}