Information about plays

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

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

{
    "id": 348286,
    "uri": "https://api.kexp.org/v2/plays/348286/?format=api",
    "airdate": "2019-06-30T15:34:57-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "http://coverartarchive.org/release/43534fa3-0f19-487c-ac07-2b8fa1c5c2b4/23386586823-250.jpg",
    "thumbnail_uri": "",
    "song": "Salted Caramel Ice Cream",
    "track_id": "818f65ef-ffdf-44a9-9775-6e9750e640e0",
    "recording_id": null,
    "artist": "Metronomy",
    "artist_ids": [
        "93eb7110-0bc9-4d3f-816b-4b52ef982ec8"
    ],
    "album": "Metronomy Forever",
    "release_id": "43534fa3-0f19-487c-ac07-2b8fa1c5c2b4",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Metronomy came by the station for this in-studio in 2015 // https://www.youtube.com/watch?v=HpTh7YFmryE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}