Information about plays

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

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

{
    "id": 375998,
    "uri": "https://api.kexp.org/v2/plays/375998/?format=api",
    "airdate": "2019-09-03T12:36:06-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DJ Ease My Mind",
    "track_id": "3546da18-e911-30cb-b0c8-d79b3587e92f",
    "recording_id": null,
    "artist": "Niki and the Dove",
    "artist_ids": [
        "8ff33859-ee7b-4e5e-b4cf-68ef5d69e0e8"
    ],
    "album": "Instinct",
    "release_id": "944d768d-7d88-432d-b0fe-f229acf945ea",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2012-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stockholm's Niki and the Dove are singer/songwriter Malin Dahlström and keyboardist/guitarist Gustaf Karlöf.  They began working together in February 2010, combining her dark imagery with his fondness for sounds ranging from Stravinsky to Eurovision pop.  Here's the official music video for this song:  https://www.youtube.com/watch?v=VnexkG4RrtA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}