Information about plays

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

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

{
    "id": 351753,
    "uri": "https://api.kexp.org/v2/plays/351753/?format=api",
    "airdate": "2019-07-08T15:29:44-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9/7923785929-250.jpg",
    "thumbnail_uri": "",
    "song": "How You Like Me Now?",
    "track_id": "3bc1c20b-b37b-3eb0-8992-acdf8ab13aa6",
    "recording_id": null,
    "artist": "The Heavy",
    "artist_ids": [
        "ea99eec5-bd72-4b4f-86e4-54c5a34f7e10"
    ],
    "album": "The House That Dirt Built",
    "release_id": "dfbbc3cb-6416-4fc2-8c37-85694e9f6fa9",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2009-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}