Information about plays

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

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

{
    "id": 350200,
    "uri": "https://api.kexp.org/v2/plays/350200/?format=api",
    "airdate": "2019-07-04T21:45:50-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/bb1ea9c5-0d0d-48ae-b3d7-eaa9ab4a903a/23146055572-250.jpg",
    "thumbnail_uri": "",
    "song": "Burning Down the House",
    "track_id": "8115be9a-aa62-46fa-a35e-ca820d497969",
    "recording_id": null,
    "artist": "Flying Lotus feat. George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "Flamagra",
    "release_id": "bb1ea9c5-0d0d-48ae-b3d7-eaa9ab4a903a",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flying Lotus or sometimes FlyLo, performing LIVE Sunday, August 11 at the Showbox Sodo https://www.showboxpresents.com/events/detail/375002",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}