Information about plays

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

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

{
    "id": 348676,
    "uri": "https://api.kexp.org/v2/plays/348676/?format=api",
    "airdate": "2019-07-01T15:18:58-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "http://coverartarchive.org/release/9985d26f-faaf-4256-8d25-ece0aa890246/21176890203-250.jpg",
    "thumbnail_uri": "",
    "song": "O.M.G. (I'm All Over It)",
    "track_id": "5f9a55fc-f116-45cf-9a67-6e6c1d1bf51b",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Single Rider",
    "release_id": "9985d26f-faaf-4256-8d25-ece0aa890246",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-07-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing @ Tractor Tavern Friday, September 6! http://www.tractortavern.com/event/9484815/kexp-presents-jenn-champion-w-guests/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}