Information about plays

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

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

{
    "id": 382311,
    "uri": "https://api.kexp.org/v2/plays/382311/?format=api",
    "airdate": "2019-09-18T02:32:54-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "http://coverartarchive.org/release/45b6ccf7-5a4d-4768-a63d-76dbe3d179a5/24048979892-250.jpg",
    "thumbnail_uri": "",
    "song": "Dream About",
    "track_id": "f5e968c5-43b4-42ed-8b5a-e2a8382b3e45",
    "recording_id": null,
    "artist": "Trupa Trupa",
    "artist_ids": [
        "31687f99-ddfd-4d23-8609-08020b7b386f"
    ],
    "album": "Of the Sun",
    "release_id": "45b6ccf7-5a4d-4768-a63d-76dbe3d179a5",
    "release_group_id": null,
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Really cool super 8: https://www.youtube.com/watch?v=lA0mUtUIWSM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}