Information about plays

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

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

{
    "id": 350179,
    "uri": "https://api.kexp.org/v2/plays/350179/?format=api",
    "airdate": "2019-07-04T20:39:51-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/b881e6f0-723f-4d66-bce2-b025df7f6aac/18029985398-250.jpg",
    "thumbnail_uri": "",
    "song": "Pay Gap",
    "track_id": "ab953d8f-1c02-4d49-9e4a-fda728cdc2a5",
    "recording_id": null,
    "artist": "Margo Price",
    "artist_ids": [
        "b53b9322-7d65-4b17-ae4c-9190d347fcea"
    ],
    "album": "All American Made",
    "release_id": "b881e6f0-723f-4d66-bce2-b025df7f6aac",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}