Information about plays

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

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

{
    "id": 375957,
    "uri": "https://api.kexp.org/v2/plays/375957/?format=api",
    "airdate": "2019-09-03T10:08:14-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/a042bcef-bd73-4dee-8e7f-ca39906490bd/23491648196-250.jpg",
    "thumbnail_uri": "",
    "song": "Malembe",
    "track_id": "58e74bed-bf70-4ea7-a1fa-72c9b23e53b7",
    "recording_id": null,
    "artist": "KOKOKO!",
    "artist_ids": [
        "6983949c-bea5-4231-b7e7-09c4b1ead6fc"
    ],
    "album": "Fongola",
    "release_id": "a042bcef-bd73-4dee-8e7f-ca39906490bd",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2019-07-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Congolese collective KOKOKO! will be at Barboza on Saturday, October 12th, 2019.  Their website notes, \"It does not escape the notice of the Congolese people that the very resources which have fuelled much of the most prosperous countries industrial and technological progress, from slaves, rubber and diamonds to the coltan powering our smartphones and Kobalt for new electric batteries, are the root cause of their own country’s suffering.\": https://www.kokokomusic.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}