Information about plays

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

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

{
    "id": 350314,
    "uri": "https://api.kexp.org/v2/plays/350314/?format=api",
    "airdate": "2019-07-05T04:23:09-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/c283c6e9-570f-418c-ae7d-281bf2e2069b/23448772620-250.jpg",
    "thumbnail_uri": "",
    "song": "What Comes After Certainty",
    "track_id": "40eb3e64-efa1-45be-af5a-2754c9c56f8a",
    "recording_id": null,
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "Shepherd in a Sheepskin Vest",
    "release_id": "c283c6e9-570f-418c-ae7d-281bf2e2069b",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}