Information about plays

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

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

{
    "id": 356060,
    "uri": "https://api.kexp.org/v2/plays/356060/?format=api",
    "airdate": "2019-07-18T14:11:03-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Welcome Trouble",
    "track_id": "523f0274-e2f8-400a-8e21-bb0ad2ab3928",
    "recording_id": null,
    "artist": "Crocodiles",
    "artist_ids": [
        "1a1f3eb7-da24-4e05-833b-5df015bb8e7f"
    ],
    "album": "Endless Flowers",
    "release_id": "a2864172-2202-4036-a1a4-2b3c4c006924",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2012-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In September 2011, Charles Rowell and Brandon Welchez self-produced their third album, Endless Flowers in Berlin, Germany. The album was released in spring of 2012. Guests on the album include reggae singer Hollie Cook and Dum Dum Girls Dee Dee, performing back ups on the track 'My Surfing Lucifer' under the moniker Les Fleurs Du Mal Girl's Choir.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}