Information about plays

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

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

{
    "id": 374654,
    "uri": "https://api.kexp.org/v2/plays/374654/?format=api",
    "airdate": "2019-08-30T22:58:00-07:00",
    "show": 6233,
    "show_uri": "https://api.kexp.org/v2/shows/6233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Love Video Games",
    "track_id": "66c15f40-19eb-3ff3-9716-bf7772c6b7e7",
    "recording_id": null,
    "artist": "Lil B",
    "artist_ids": [
        "1550f952-c91b-40d7-9b4d-d26a259ee932"
    ],
    "album": "Red Flame: Evil Edition",
    "release_id": "650daee5-c88c-48b7-a015-ca6e3fdebec6",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2010-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o PAX West and all the gamers in Seattle this weekend",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}