Information about plays

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

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

{
    "id": 351861,
    "uri": "https://api.kexp.org/v2/plays/351861/?format=api",
    "airdate": "2019-07-08T22:03:28-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b7272b3-ae38-48cb-b865-86c21327f2e5/23452744308-250.jpg",
    "thumbnail_uri": "",
    "song": "B I T c H",
    "track_id": "0d4c1e5c-60c3-4e98-9507-1d1a78e84bf3",
    "recording_id": null,
    "artist": "Jitwam",
    "artist_ids": [
        "a4dece6b-7a20-45e0-b7c3-9eb395104bf7"
    ],
    "album": "Honeycomb",
    "release_id": "5b7272b3-ae38-48cb-b865-86c21327f2e5",
    "release_group_id": null,
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HONEYCOMB hits the sweet spot between jitwam’s work in dance music and efforts as a bandleader, connecting people in-studio and on-stage. The record encapsulates his diverse upbringing in India and Australia, before living in monasteries in Thailand, orphanages in South Africa, and finally the US, where he currently resides. - https://jitwam.bandcamp.com/album/honeycomb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}