Information about plays

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

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

{
    "id": 369396,
    "uri": "https://api.kexp.org/v2/plays/369396/?format=api",
    "airdate": "2019-08-19T08:41:16-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba4d0026-9c40-3363-97ce-34172b26abb3/1742644287-250.jpg",
    "thumbnail_uri": "",
    "song": "The Distance",
    "track_id": "5085acb2-881b-35a3-bc6c-317e5d16e163",
    "recording_id": null,
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Fashion Nugget",
    "release_id": "ba4d0026-9c40-3363-97ce-34172b26abb3",
    "release_group_id": null,
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1996-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CAKE will be playing with Ben Folds at Marymoor Park Friday, September 6th! Please watch this amazing video of a kid singing EVERY word to this song: https://www.youtube.com/watch?v=e-91zdS69ro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}