Information about plays

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

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

{
    "id": 369501,
    "uri": "https://api.kexp.org/v2/plays/369501/?format=api",
    "airdate": "2019-08-19T14:57:21-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?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": "The British duo stopped by KEXP a while back to do our Midnight in a Perfect World show. Check out their set list here: https://www.kexp.org/read/2017/04/25/midnight-in-a-perfect-world-goldfrapp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}