Information about plays

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

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

{
    "id": 373511,
    "uri": "https://api.kexp.org/v2/plays/373511/?format=api",
    "airdate": "2019-08-28T13:14:39-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Banana Woman",
    "track_id": "7d6f896b-8761-424a-83fc-235ad4b312db",
    "recording_id": null,
    "artist": "Bonde do Rolê",
    "artist_ids": [
        "719490ec-2962-41b9-a54e-a4cc7b65c86c"
    ],
    "album": "Tropicalbacanal",
    "release_id": "8bfe835c-f29b-496f-9669-796525974a5d",
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This mix takes people through the typical journey of the grocery experience.\" This is track #3 off this fun mixtape, \"Supermarket Shuffle.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}