Information about plays

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

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

{
    "id": 357701,
    "uri": "https://api.kexp.org/v2/plays/357701/?format=api",
    "airdate": "2019-07-22T16:02:45-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anymore",
    "track_id": "35486244-7356-42e7-b391-c8126949ffe0",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Silver Eye",
    "release_id": "3e8be859-8347-46f1-935b-2bad5ea8df6a",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Anymore\" is taken from Goldfrapp's seventh studio album <i>Silver Eye</i>. Watch the video here: https://www.youtube.com/watch?v=2euqyXXjmAo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}