Information about plays

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

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

{
    "id": 353450,
    "uri": "https://api.kexp.org/v2/plays/353450/?format=api",
    "airdate": "2019-07-12T11:30:16-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba0a5ae3-f13d-4438-801b-f4ec413cc927/3993033592-250.jpg",
    "thumbnail_uri": "",
    "song": "Loud Love",
    "track_id": "25b0b99c-694d-3cd1-a3fa-269652e1c836",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "A-Sides",
    "release_id": "ba0a5ae3-f13d-4438-801b-f4ec413cc927",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1997-11-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A new documentary about Chris Cornell is on the way. The film will be produced by Cornell’s widow Vicky, along with Brad Pitt and Peter Berg’s Film 45 production company. Read more: https://pitchfork.com/news/brad-pitt-to-produce-new-chris-cornell-documentary/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}