Information about plays

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

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

{
    "id": 354053,
    "uri": "https://api.kexp.org/v2/plays/354053/?format=api",
    "airdate": "2019-07-13T00:00:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156/21129363908-250.jpg",
    "thumbnail_uri": "",
    "song": "Suburban Home",
    "track_id": "289193e5-f54a-30f1-b99e-785c98658120",
    "recording_id": null,
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Milo Goes to College",
    "release_id": "a5c4aa9d-b58e-3d37-b1bd-6ceb6e825156",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1991-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Last Rockers interview with Milo; https://www.youtube.com/watch?v=MxGdPEapy3M&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}