Information about plays

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

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

{
    "id": 351768,
    "uri": "https://api.kexp.org/v2/plays/351768/?format=api",
    "airdate": "2019-07-08T16:20:43-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/b428a339-beeb-40e3-b97d-2844c13cc7d5/20933551425-250.jpg",
    "thumbnail_uri": "",
    "song": "Lifetime",
    "track_id": "008f2103-d227-4a54-aba0-9c2d2b2f57b0",
    "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": "Playing Capitol Hill Block Party on Sun. July 21st! Join us live from the fest at KEXP 90.3/KEXP.ORG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}