Information about plays

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

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

{
    "id": 374412,
    "uri": "https://api.kexp.org/v2/plays/374412/?format=api",
    "airdate": "2019-08-30T09:15:33-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d1debfc-8faf-497a-82ae-e68ce1f8cdfa/11452458311-250.jpg",
    "thumbnail_uri": "",
    "song": "Moody",
    "track_id": "3915e156-c017-3011-a070-fae973e0a807",
    "recording_id": null,
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Dance to the Best of ESG",
    "release_id": "4d1debfc-8faf-497a-82ae-e68ce1f8cdfa",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2010-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ESG (Emerald Sapphire & Gold) is an American band formed in the South Bronx in 1978. Trouser Press called it \"one of the most dynamic bands that New York could offer at the top of the '80s.\" Here's a live version of \"Moody\":  https://www.youtube.com/watch?v=DKWrXD8DnnA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}