Information about plays

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

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

{
    "id": 375531,
    "uri": "https://api.kexp.org/v2/plays/375531/?format=api",
    "airdate": "2019-09-02T07:44:29-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/13920435-8a44-4e45-b35e-57b08ba9d1f5/2356334812-250.jpg",
    "thumbnail_uri": "",
    "song": "Sherrill",
    "track_id": "f81320ce-a39e-3b01-8249-008e5d7cff3a",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "2",
    "release_id": "13920435-8a44-4e45-b35e-57b08ba9d1f5",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2012-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mac Demarco is one of the many acts you will see at Iceland Airwaves this November. We'll be there too! https://www.mac-demarco.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}