Information about plays

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

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

{
    "id": 381991,
    "uri": "https://api.kexp.org/v2/plays/381991/?format=api",
    "airdate": "2019-09-17T13:12:36-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/683fd794-f6e2-3c6d-9b46-b392e4ae5047/24085859450-250.jpg",
    "thumbnail_uri": "",
    "song": "Electric Feel",
    "track_id": "cbd86fcb-4be7-3c6c-8f0c-f247d5b1b5e8",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Oracular Spectacular",
    "release_id": "683fd794-f6e2-3c6d-9b46-b392e4ae5047",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was one of the first songs MGMT wrote. It was concocted by the duo (Andrew VanWyngarden and Ben Goldwasser) in their dorm room at Wesleyan University in Middletown, Connecticut, where they were music students. They had no dreams of grandeur, but the songs they worked on in college got them a deal with Columbia Records, and \"Oracular Spectacular\" became a surprise hit, selling over 500,000 copies in a America and leading to many festival appearances.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}