Information about plays

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

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

{
    "id": 348320,
    "uri": "https://api.kexp.org/v2/plays/348320/?format=api",
    "airdate": "2019-06-30T17:34:30-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/ecfd9f0e-c6ab-41bd-bbf9-f8c13b843537/19195709049-250.jpg",
    "thumbnail_uri": "",
    "song": "I Will Survive",
    "track_id": "5bf18c82-03c1-39df-a30d-f38af81647a4",
    "recording_id": null,
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Fashion Nugget",
    "release_id": "ecfd9f0e-c6ab-41bd-bbf9-f8c13b843537",
    "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": "Originally performed by Gloria Gaynor // https://www.cakemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}