Information about plays

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

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

{
    "id": 350075,
    "uri": "https://api.kexp.org/v2/plays/350075/?format=api",
    "airdate": "2019-07-04T15:12:38-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/1729b0bc-dc6d-47a4-a4d8-0e16a666f372/1325458233-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Free",
    "track_id": "6dd389a5-642a-3ed6-be1b-676c13c15962",
    "recording_id": null,
    "artist": "The Vines",
    "artist_ids": [
        "4e045c96-538b-46ed-8ea8-7cae20b56574"
    ],
    "album": "Highly Evolved",
    "release_id": "1729b0bc-dc6d-47a4-a4d8-0e16a666f372",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}