Information about plays

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

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

{
    "id": 351334,
    "uri": "https://api.kexp.org/v2/plays/351334/?format=api",
    "airdate": "2019-07-07T14:04:18-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9bc5b89-7121-401e-87d9-3c7f310aff3d/22969762337-250.jpg",
    "thumbnail_uri": "",
    "song": "Scar Crow",
    "track_id": "15b03810-dd6c-476e-b328-f08f4449d5b0",
    "recording_id": null,
    "artist": "The Minus 5",
    "artist_ids": [
        "7acfc09d-1b3b-4524-aff0-c705844109c6"
    ],
    "album": "Stroke Manor",
    "release_id": "e9bc5b89-7121-401e-87d9-3c7f310aff3d",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}