Information about plays

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

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

{
    "id": 342479,
    "uri": "https://api.kexp.org/v2/plays/342479/?format=api",
    "airdate": "2019-06-17T07:53:32-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Graveyard Hill",
    "track_id": "9c66d45a-cdea-4c3a-bf81-d7f4700da9ac",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Beneath the Eyrie",
    "release_id": "3c121c92-3629-44e7-88d5-2d64af1c2b65",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beneath the Eyrie, the new album from the Pixies, is due out on September 13th! According to a press release from the band, the songs will be about “witches, Daniel Boone, misfits” | https://www.pixiesmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}