Information about plays

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

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

{
    "id": 356361,
    "uri": "https://api.kexp.org/v2/plays/356361/?format=api",
    "airdate": "2019-07-19T06:52:09-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/cc53b667-d033-4bd3-8084-54f51071d559/15591615375-250.jpg",
    "thumbnail_uri": "",
    "song": "Friday",
    "track_id": "f53e4e84-f25b-3332-b34f-a1ebc86bead3",
    "recording_id": null,
    "artist": "Goldspot",
    "artist_ids": [
        "80888ccc-c2e1-4fb6-a286-5b68a756a768"
    ],
    "album": "Tally of the Yes Men",
    "release_id": "cc53b667-d033-4bd3-8084-54f51071d559",
    "release_group_id": null,
    "labels": [
        "Union Records"
    ],
    "label_ids": [
        "9022aeb2-7ced-4153-bafe-4b0a9421c9b7"
    ],
    "release_date": "2005-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldspot eventually enthralls a disbelieving classroom in the video for \"Friday\":  https://www.youtube.com/watch?v=e_hfh2k8p6o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}