Information about plays

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

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

{
    "id": 347012,
    "uri": "https://api.kexp.org/v2/plays/347012/?format=api",
    "airdate": "2019-06-27T15:04:36-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/c6ead28b-f11f-4d40-9d4a-772708bfb254/21066901849-250.jpg",
    "thumbnail_uri": "",
    "song": "Yeah Bones",
    "track_id": "19e61fff-2e5b-4f17-928e-5e9e853e4cc6",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Bottle It In",
    "release_id": "c6ead28b-f11f-4d40-9d4a-772708bfb254",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this awesome set Kurt Vile played in the Gathering Space here at KEXP back in December 2018: <br/><br/>https://www.youtube.com/watch?v=DkNryLqUkfc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}