Information about plays

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

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

{
    "id": 375514,
    "uri": "https://api.kexp.org/v2/plays/375514/?format=api",
    "airdate": "2019-09-02T06:41:37-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It All Feels Right",
    "track_id": "bb9f786a-5c3e-46fc-b963-0b26eaf58eda",
    "recording_id": null,
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Paracosm",
    "release_id": "b8be2fc4-de42-4c50-824c-429bea488561",
    "release_group_id": null,
    "labels": [
        "Weird World"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500"
    ],
    "release_date": "2013-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No, Ernest Weatherly Greene Jr. is not actually from Portland. But with a name like that, he probably should. http://washedout.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}