Information about plays

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

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

{
    "id": 371139,
    "uri": "https://api.kexp.org/v2/plays/371139/?format=api",
    "airdate": "2019-08-23T03:34:42-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/fa5b2603-3675-4552-bc78-b7d228d45a1e/23526527719-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing Breaks Like a Heart",
    "track_id": "14a1652d-ec3c-4b37-8e4a-62bd522addcd",
    "recording_id": null,
    "artist": "Mark Ronson feat. Miley Cyrus",
    "artist_ids": [
        "7e9bd05a-117f-4cce-87bc-e011527a8b18"
    ],
    "album": "Late Night Feelings",
    "release_id": "fa5b2603-3675-4552-bc78-b7d228d45a1e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=A9hcJgtnm6Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}