Information about plays

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

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

{
    "id": 377587,
    "uri": "https://api.kexp.org/v2/plays/377587/?format=api",
    "airdate": "2019-09-06T17:01:42-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "http://coverartarchive.org/release/2139f248-da9c-3dbd-b49e-b6b0706e05ae/5620232156-250.jpg",
    "thumbnail_uri": "",
    "song": "Land of 1,000 Dances",
    "track_id": "02f5f1ac-5169-3355-8f27-af10d83453d2",
    "recording_id": null,
    "artist": "Wilson Pickett",
    "artist_ids": [
        "fc6214b3-6d82-4803-be74-01ece1723e42"
    ],
    "album": "The Exciting Wilson Pickett",
    "release_id": "2139f248-da9c-3dbd-b49e-b6b0706e05ae",
    "release_group_id": null,
    "labels": [
        "Collectables"
    ],
    "label_ids": [
        "40193634-1615-4da6-b114-7fd796d86504"
    ],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at Muscle Shoals studio in 1966, with Jimmy Johnson on guitar. Jimmy Johnson, the renowned session guitarist, producer, and co-founder of Muscle Shoals Sound Studio, has died, Rolling Stone reports. He was 76 years old.\n<Br><br>\"Land of 1000 Dances\" went to number one R&B and number six pop in the summer of 1966. Pickett re-did the song for the soundtrack of the 1988 Dan Aykroyd/John Candy movie The Great Outdoors.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}