Information about plays

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

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

{
    "id": 372540,
    "uri": "https://api.kexp.org/v2/plays/372540/?format=api",
    "airdate": "2019-08-26T11:48:25-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leisure Run",
    "track_id": "eb5bbfb6-064a-3454-96d9-1e94ca99f295",
    "recording_id": null,
    "artist": "The Spinanes",
    "artist_ids": [
        "ea8aba9a-0163-439b-91ff-fe02e9d67663"
    ],
    "album": "Arches and Aisles",
    "release_id": "d1b9dd24-6d7c-4c46-b59e-1118a3da3546",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1998-04-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Though they only released three albums, the Spinanes helped define -- and then transcended -- the sound of Pacific Northwestern indie rock in the '90's.\"  Read a biography of this Portland duo: https://www.allmusic.com/artist/the-spinanes-mn0000574540/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}