Information about plays

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

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

{
    "id": 349475,
    "uri": "https://api.kexp.org/v2/plays/349475/?format=api",
    "airdate": "2019-07-03T06:43:58-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/bad4c9ec-4bcb-42a2-bdbf-b47888550ecb/18832505655-250.jpg",
    "thumbnail_uri": "",
    "song": "Long Journey",
    "track_id": "14d3859f-56e7-397a-9f4c-856833b68748",
    "recording_id": null,
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "Allah-Las",
    "release_id": "bad4c9ec-4bcb-42a2-bdbf-b47888550ecb",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2012-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Allah-Las stopped by the studio to perform some tracks back in 2015: http://blog.kexp.org/2015/01/15/live-video-allah-las-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}