Information about plays

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

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

{
    "id": 355358,
    "uri": "https://api.kexp.org/v2/plays/355358/?format=api",
    "airdate": "2019-07-17T00:54:49-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "http://coverartarchive.org/release/b50ddeff-af60-4379-8a1b-4ce8c2f0e348/4410475252-250.jpg",
    "thumbnail_uri": "",
    "song": "Hahahaha Jk?",
    "track_id": "bbf5d512-f702-36bd-ae35-a16ebe7798c1",
    "recording_id": null,
    "artist": "Das Racist",
    "artist_ids": [
        "68528e6a-82d8-4b3b-ab4b-0ae23ab31185"
    ],
    "album": "Sit Down, Man",
    "release_id": "b50ddeff-af60-4379-8a1b-4ce8c2f0e348",
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2010-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}