Information about plays

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

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

{
    "id": 376537,
    "uri": "https://api.kexp.org/v2/plays/376537/?format=api",
    "airdate": "2019-09-04T13:21:00-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wolf Totem",
    "track_id": "049b0b1e-7a35-4a16-8275-d880eb186858",
    "recording_id": null,
    "artist": "The Hu",
    "artist_ids": [
        "803cb255-2fc9-453a-9617-b20e64369232"
    ],
    "album": "Wolf Totem",
    "release_id": "028faca7-7da2-499b-b4ba-0de12f55c9cb",
    "release_group_id": null,
    "labels": [
        "Eleven Seven Music"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interesting! The HU is a band from Mongolia that blends heavy metal and traditional Mongolian throat singing. When this article was published in January 2019, their videos had over 7 million views. Read more about this band and watch the video here: https://n.pr/2GXKHGI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}