Information about plays

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

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

{
    "id": 342957,
    "uri": "https://api.kexp.org/v2/plays/342957/?format=api",
    "airdate": "2019-06-18T13:30:20-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King of Nails",
    "track_id": "f7070861-867f-3c9b-9bab-e259bb8ea3b4",
    "recording_id": null,
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "It’s a Wonderful Life",
    "release_id": "cd5985dc-c661-421b-9326-26921a82c0ac",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2001-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sparklehorse's Mark Linkous took his own life in March, 2010.  Read a 2015 essay that focuses on the life and music of this talented artist: https://pitchfork.com/features/article/9745-the-sad-and-beautiful-world-of-sparklehorses-mark-linkous/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}