Information about plays

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

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

{
    "id": 353310,
    "uri": "https://api.kexp.org/v2/plays/353310/?format=api",
    "airdate": "2019-07-12T03:08:40-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire doesn't burn itself",
    "track_id": "2a19150c-d072-3565-9141-6cf13e3c2f70",
    "recording_id": null,
    "artist": "Sam Flax",
    "artist_ids": [
        "8cabf370-3568-4aae-997c-7bc560dbd92a"
    ],
    "album": "Age Waves",
    "release_id": "6581dc4e-3633-4dca-8662-6c8c6322f65a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}