Information about plays

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

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

{
    "id": 383007,
    "uri": "https://api.kexp.org/v2/plays/383007/?format=api",
    "airdate": "2019-09-19T15:27:07-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "http://coverartarchive.org/release/21fdb341-199c-486a-8b94-dc7dbc67a8d3/24135614025-250.jpg",
    "thumbnail_uri": "",
    "song": "bad idea!",
    "track_id": "08aab1f1-23e0-402b-869b-ea3da536fb8f",
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "Chapter 2",
    "release_id": "21fdb341-199c-486a-8b94-dc7dbc67a8d3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norwegian bedroom pop musician Marie Ulven aka Girl in Red dropped her second EP \"Chapter 2\" on September 6th. She is currently on her first North American Tour supporting Conan Gray. She will be a guest DJ on Midnight in a Perfect World here on KEXP tomorrow night! You can catch her Saturday at the Hard Rock Cafe and then Monday at The Crocodile!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}