Information about plays

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

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

{
    "id": 349013,
    "uri": "https://api.kexp.org/v2/plays/349013/?format=api",
    "airdate": "2019-07-02T11:25:37-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/b428a339-beeb-40e3-b97d-2844c13cc7d5/20933551425-250.jpg",
    "thumbnail_uri": "",
    "song": "Noid",
    "track_id": "0a9c5e34-bfe2-4174-b98f-645220fd1d31",
    "recording_id": null,
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "Safe in the Hands of Love",
    "release_id": "b428a339-beeb-40e3-b97d-2844c13cc7d5",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2018-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yves Tumor will be in Seattle to play the Capitol Hill Block Party, Friday, July 19th through Sunday, July 21st, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}