Information about plays

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

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

{
    "id": 354560,
    "uri": "https://api.kexp.org/v2/plays/354560/?format=api",
    "airdate": "2019-07-15T05:42:50-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interstellar Tunnel",
    "track_id": "d51c6a18-2b71-4565-bf25-eefe8ad4b633",
    "recording_id": null,
    "artist": "Duster",
    "artist_ids": [
        "879d43c6-13a8-42f6-b8df-a9b7d50aa9e2"
    ],
    "album": "Interstellar Tunnel",
    "release_id": "314a89b5-6b0d-4927-bc66-7448bd6429f5",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-02",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "1st new song in 19 years!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}