Information about plays

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

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

{
    "id": 350201,
    "uri": "https://api.kexp.org/v2/plays/350201/?format=api",
    "airdate": "2019-07-04T21:48:36-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8356ac7-e88a-4c70-941b-ff7d2568005e/22754828385-250.jpg",
    "thumbnail_uri": "",
    "song": "Borderline",
    "track_id": "07ed19e2-124a-4399-8418-d5da51ac19e5",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Borderline",
    "release_id": "e8356ac7-e88a-4c70-941b-ff7d2568005e",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Borderline\" is the second new single from Tame Impala since 2015's Currents. Although Kevin Parker hasn't followed up Currents yet, he did release collaborations with Theophilus London and ZHU.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}