Information about plays

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

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

{
    "id": 368779,
    "uri": "https://api.kexp.org/v2/plays/368779/?format=api",
    "airdate": "2019-08-17T18:20:00-07:00",
    "show": 6146,
    "show_uri": "https://api.kexp.org/v2/shows/6146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motorcycle",
    "track_id": null,
    "recording_id": null,
    "artist": "Blackwater Holylight",
    "artist_ids": [
        "fbaa0689-530b-4216-a20d-2a09cb69967e"
    ],
    "album": "Veils of Winter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RidingEasy Records"
    ],
    "label_ids": [],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pre-order Veils of Winter here: blackwaterholylight.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}