Information about plays

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

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

{
    "id": 354645,
    "uri": "https://api.kexp.org/v2/plays/354645/?format=api",
    "airdate": "2019-07-15T10:23:36-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb4884bd-e0ce-45c9-9cdb-fe5ea929d3ed/15091813667-250.jpg",
    "thumbnail_uri": "",
    "song": "It Sends My Heart Into a Spin",
    "track_id": "9c3e7040-b1b1-4fb3-84ba-73de9c49497f",
    "recording_id": null,
    "artist": "Vanishing Twin",
    "artist_ids": [
        "487a96f2-eefd-485e-892b-2cf240835bf4"
    ],
    "album": "Choose Your Own Adventure",
    "release_id": "cb4884bd-e0ce-45c9-9cdb-fe5ea929d3ed",
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}