Information about plays

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

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

{
    "id": 347053,
    "uri": "https://api.kexp.org/v2/plays/347053/?format=api",
    "airdate": "2019-06-27T16:27:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Truckin’",
    "track_id": null,
    "recording_id": null,
    "artist": "Deep Purple",
    "artist_ids": [
        "79491354-3d83-40e3-9d8e-7592d58d790a"
    ],
    "album": "Machine Head",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Machine Head\" is the sixth studio album released by the English rock band Deep Purple. It was recorded during December 1971 in Montreux, Switzerland, and released in March 1972.\n\nMachine Head is often cited as a major influence in the early development of the heavy metal music genre. Commercially, it is Deep Purple's most successful album,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}