Information about plays

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

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

{
    "id": 349942,
    "uri": "https://api.kexp.org/v2/plays/349942/?format=api",
    "airdate": "2019-07-04T07:13:05-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9252cd9-c569-4374-884b-9331efbe23f5/16457132893-250.jpg",
    "thumbnail_uri": "",
    "song": "Silvia",
    "track_id": "ec504ad9-af9a-33ea-a340-fdde53ce754a",
    "recording_id": null,
    "artist": "Miike Snow",
    "artist_ids": [
        "753a1564-aaef-4d39-bc68-4a8d5e328cf7"
    ],
    "album": "Miike Snow",
    "release_id": "e9252cd9-c569-4374-884b-9331efbe23f5",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2009-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NOT a guy named Miike Snow, but a Swedish band formed by Christian Karlsson, Pontus Winnberg, and Andrew Wyatt in 2007",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}