Information about plays

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

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

{
    "id": 352981,
    "uri": "https://api.kexp.org/v2/plays/352981/?format=api",
    "airdate": "2019-07-11T10:22:34-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/51361fcf-9262-4599-8f0c-2e9ba931f754/22484646891-250.jpg",
    "thumbnail_uri": "",
    "song": "Plastic Boogie",
    "track_id": "fb5f17f5-e940-47fd-a3f3-b22be7b1b979",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "51361fcf-9262-4599-8f0c-2e9ba931f754",
    "release_group_id": null,
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss their upcoming show Sunday, August 18 at the Paramount Theatre! Check out their last in-studio performance here: https://www.youtube.com/watch?v=wxwu7FYFSek",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}