Information about plays

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

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

{
    "id": 347560,
    "uri": "https://api.kexp.org/v2/plays/347560/?format=api",
    "airdate": "2019-06-28T19:30:08-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "http://coverartarchive.org/release/4491675f-2e47-489d-8c72-9d71ab7f747e/3049629726-250.jpg",
    "thumbnail_uri": "",
    "song": "Kim & Jessie",
    "track_id": "d776894d-adc2-3955-9e95-84a91c2881eb",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band name M83 comes from the spiral galaxy Messier 83 in the constellation Hydra, also known as the Southern Pinwheel Galaxy. https://go.nasa.gov/2X7qWzv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}