Information about plays

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

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

{
    "id": 378032,
    "uri": "https://api.kexp.org/v2/plays/378032/?format=api",
    "airdate": "2019-09-07T17:43:10-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sorry People",
    "track_id": "aadb49a7-c45e-4eef-8aa7-5cf0334c94c3",
    "recording_id": null,
    "artist": "Savoy Motel",
    "artist_ids": [
        "56af6c0d-8f3f-4194-9c0e-9ba3d8e0117a"
    ],
    "album": "Savoy Motel",
    "release_id": "09a390c2-73fc-47c7-94d5-483c8c524804",
    "release_group_id": null,
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch their in-studio! https://www.youtube.com/watch?v=cxNeGDL79gY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}