Information about plays

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

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

{
    "id": 356992,
    "uri": "https://api.kexp.org/v2/plays/356992/?format=api",
    "airdate": "2019-07-20T20:54:17-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "http://coverartarchive.org/release/37073c3b-d674-4786-bfb6-9bc6c82fb396/21703543567-250.jpg",
    "thumbnail_uri": "",
    "song": "Garbage People",
    "track_id": "c51a4dde-36c8-4f67-a258-7047b4c9ce16",
    "recording_id": null,
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "Garbage People",
    "release_id": "37073c3b-d674-4786-bfb6-9bc6c82fb396",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2018-07-03",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wimps is a punk rock band from Seattle, Washington formed in 2012. The band includes drummer Dave Ramm, guitarist Rachel Ratner, and bassist Matt Nyce.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}