Information about plays

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

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

{
    "id": 380476,
    "uri": "https://api.kexp.org/v2/plays/380476/?format=api",
    "airdate": "2019-09-13T17:31:38-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d/21164902564-250.jpg",
    "thumbnail_uri": "",
    "song": "Athene",
    "track_id": "b4a3a6a5-364d-3658-aaaf-84e22839ddc3",
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": "b5be52c1-9c7c-4e7e-a8c2-5e2de309a11d",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of this album, Pitchfork extols, \"Hercules and Love Affair is a phenomenal album, one destined to save disco not from its detractors but rather from those fans and revivalists who would calcify the music as a set as a set of tropes and reference points. Lush, melancholic, gregarious, generous, both precise and a little bit unhinged-- this is the most original American dance album in a long while.\"  https://bit.ly/2mh48AB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}