Information about plays

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

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

{
    "id": 350052,
    "uri": "https://api.kexp.org/v2/plays/350052/?format=api",
    "airdate": "2019-07-04T13:53:16-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/39e344a0-03f8-4e27-af14-9ca5697a3e08/19720188453-250.jpg",
    "thumbnail_uri": "",
    "song": "Americans",
    "track_id": "e8de20dc-0615-42a2-9431-ce73335f8e46",
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "Dirty Computer",
    "release_id": "39e344a0-03f8-4e27-af14-9ca5697a3e08",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}