Information about plays

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

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

{
    "id": 355104,
    "uri": "https://api.kexp.org/v2/plays/355104/?format=api",
    "airdate": "2019-07-16T13:30:00-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fade to Grey",
    "track_id": "d907b719-aabc-3cf9-804e-3437528c9c19",
    "recording_id": null,
    "artist": "Visage",
    "artist_ids": [
        "74f5365e-d77c-4a33-9715-7d5f049c9fbb"
    ],
    "album": "Visage",
    "release_id": "c6ff370c-3bab-4926-bba1-d37024d06d0a",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fade to Grey,\" the second single  from British New Wave group Visage,  was the band's most successful single. It became a huge dance floor hit and entered the singles charts in late 1980, peaking at #8 in the UK Singles Chart and reaching #1 in both Germany and Switzerland. It helped to popularize synthpop music in the early 1980s and is now regarded as the first New Romantic single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}