Information about plays

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

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

{
    "id": 369855,
    "uri": "https://api.kexp.org/v2/plays/369855/?format=api",
    "airdate": "2019-08-20T11:46:11-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/65eec80c-8b0e-4d9c-8b01-c8a289650c2f/21969671092-250.jpg",
    "thumbnail_uri": "",
    "song": "Juicy Socks",
    "track_id": "68921fa2-ff19-46f1-8487-11d4f6f0807a",
    "recording_id": null,
    "artist": "Cherry Glazerr",
    "artist_ids": [
        "64a0c404-58af-4083-8fc6-a6725ef02ecb"
    ],
    "album": "Stuffed & Ready",
    "release_id": "65eec80c-8b0e-4d9c-8b01-c8a289650c2f",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer Clementine Creevy says of 'Juicy Socks': \"[it] is about vocalization. Using one's voice as a strong weapon and needing to be heard in order to not feel like s**t.\"  Watch the video:  https://www.youtube.com/watch?v=hcaNe6nd3gc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}