Information about plays

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

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

{
    "id": 354672,
    "uri": "https://api.kexp.org/v2/plays/354672/?format=api",
    "airdate": "2019-07-15T11:56:00-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "http://coverartarchive.org/release/ea3e4f12-ac2c-44d7-9154-d56f7ce62c7b/19525198909-250.jpg",
    "thumbnail_uri": "",
    "song": "Are We Good?",
    "track_id": "a17a6a2b-6cde-4583-874d-31b0ecf7a212",
    "recording_id": null,
    "artist": "Eleanor Friedberger",
    "artist_ids": [
        "2e59778a-9a50-44f7-98f8-97bb719b86f1"
    ],
    "album": "Rebound",
    "release_id": "ea3e4f12-ac2c-44d7-9154-d56f7ce62c7b",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}