Information about plays

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

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

{
    "id": 378978,
    "uri": "https://api.kexp.org/v2/plays/378978/?format=api",
    "airdate": "2019-09-10T04:04:00-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m in a Weird Place Now",
    "track_id": "f118675d-998b-4642-901f-8f28bb6e338d",
    "recording_id": null,
    "artist": "BC Camplight",
    "artist_ids": [
        "52f612c7-9388-47aa-a3de-494d673671ac"
    ],
    "album": "Deportation Blues",
    "release_id": "a7b52aea-2c44-4ee8-ae6f-5d45dc3477b7",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "BC Camplight's \"I'm Desperate\" was the KEXP Song of The Day and featured on the Afternoon Show. https://www.kexp.org/podcasts/song-of-the-day/2018/8/14/bc-camplight-im-desperate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}