Information about plays

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

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

{
    "id": 369801,
    "uri": "https://api.kexp.org/v2/plays/369801/?format=api",
    "airdate": "2019-08-20T08:35:53-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?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": "This track, with Kevin Parker doing duties on vocals, instrumentation, production, mixing, and engineering, was released as a single on April 12, 2019, through Modular Recordings. It was debuted during the band's performance on Saturday Night Live on March 30, 2019. https://bit.ly/2MQPTxt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}