Information about plays

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

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

{
    "id": 351865,
    "uri": "https://api.kexp.org/v2/plays/351865/?format=api",
    "airdate": "2019-07-08T22:20:11-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Don't Own Me",
    "track_id": "aaa5d156-4dbf-49fb-ad7d-ed58971258f2",
    "recording_id": null,
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "You Don't Own Me",
    "release_id": "2fc5ec25-2e76-42d8-a4ee-6f5417a8b553",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the original recorded by Lesley Gore and produced by Quincy Jones. This cover features Natalie Schepman as well. Hear it performed in this amazing In-Studio: https://www.youtube.com/watch?v=403wSrpN9M8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}