Information about plays

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

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

{
    "id": 353600,
    "uri": "https://api.kexp.org/v2/plays/353600/?format=api",
    "airdate": "2019-07-12T20:26:00-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm @ the Ocean Kid",
    "track_id": "6e7fd49a-5541-417c-9364-c5a59279b461",
    "recording_id": null,
    "artist": "Don't Talk to the Cops!",
    "artist_ids": [
        "0bd7bdd9-aa22-4b3d-8005-6a9ee4b58b14"
    ],
    "album": "Champions of Breakfast",
    "release_id": "567246c8-df1c-4e39-8c1d-92a897a14cfd",
    "release_group_id": null,
    "labels": [
        "Out For Stardom"
    ],
    "label_ids": [],
    "release_date": "2013-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ggnzla.bandcamp.com/album/champions-of-breakfast",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}