Information about plays

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

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

{
    "id": 381957,
    "uri": "https://api.kexp.org/v2/plays/381957/?format=api",
    "airdate": "2019-09-17T11:00:40-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/004f358e-a0fc-4036-a2e9-975d3eae3db9/15940871824-250.jpg",
    "thumbnail_uri": "",
    "song": "Yr Mangled Heart",
    "track_id": "26028c5a-4ecf-33ed-89d2-b67416e20684",
    "recording_id": null,
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Standing in the Way of Control",
    "release_id": "004f358e-a0fc-4036-a2e9-975d3eae3db9",
    "release_group_id": null,
    "labels": [
        "Back Yard Recordings"
    ],
    "label_ids": [
        "f750f4d3-dd76-429d-a365-3f3ce33eaa2e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Beth Ditto own this song in a live performance from 2009:  https://www.youtube.com/watch?v=zq0NP0GLjz4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}