Information about plays

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

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

{
    "id": 345312,
    "uri": "https://api.kexp.org/v2/plays/345312/?format=api",
    "airdate": "2019-06-23T21:55:17-07:00",
    "show": 5758,
    "show_uri": "https://api.kexp.org/v2/shows/5758/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It to Em",
    "track_id": null,
    "recording_id": null,
    "artist": "HomeSick",
    "artist_ids": [],
    "album": "Burnout 2099",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Defrostatica"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Burnout 2099 is replete with lowrider bangers spilling out of a burning white Lamborghini purpose-built for the worldwide underground\" - https://defrostatica.bandcamp.com/album/burnout-2099-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}