Information about plays

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

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

{
    "id": 380019,
    "uri": "https://api.kexp.org/v2/plays/380019/?format=api",
    "airdate": "2019-09-12T14:04:00-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Yourself Be Seen",
    "track_id": "2bad62dd-6d76-4833-841e-14089b39a080",
    "recording_id": null,
    "artist": "Doomsquad",
    "artist_ids": [
        "3f85a87d-77fc-440f-a82b-8b66f9c18df5"
    ],
    "album": "Let Yourself Be Seen",
    "release_id": "244e4e27-75b9-4440-ab4f-a231103b0707",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the KEXP live review of Holy F*ck and Suuns with Doomsquad at their 2016 Crocodile show: https://www.kexp.org/read/2016/6/30/live-review-holy-fuck-and-suuns-with-doomsquad-at-crocodile-61816/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}