Information about plays

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

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

{
    "id": 377419,
    "uri": "https://api.kexp.org/v2/plays/377419/?format=api",
    "airdate": "2019-09-06T09:45:19-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/5f3ea22c-a52b-45ff-b2c9-321f096694a4/11095832673-250.jpg",
    "thumbnail_uri": "",
    "song": "Nest",
    "track_id": "96fa9420-92cf-434d-a2f1-df03d3b47ca4",
    "recording_id": null,
    "artist": "Young Fathers",
    "artist_ids": [
        "24aa5c20-a275-468a-93a9-b3d96b344b6c"
    ],
    "album": "White Men Are Black Men Too",
    "release_id": "5f3ea22c-a52b-45ff-b2c9-321f096694a4",
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2015-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John was there when Young Fathers performed \"Nest\" live in the KEXP studio.  Watch the entire session: https://www.youtube.com/watch?v=2DKepbAUAes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}