Information about plays

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

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

{
    "id": 353966,
    "uri": "https://api.kexp.org/v2/plays/353966/?format=api",
    "airdate": "2019-07-13T19:01:52-07:00",
    "show": 5899,
    "show_uri": "https://api.kexp.org/v2/shows/5899/?format=api",
    "image_uri": "http://coverartarchive.org/release/d3bca172-fa17-4f55-8011-0a2851e59d19/17353601806-250.jpg",
    "thumbnail_uri": "",
    "song": "One More Hour",
    "track_id": "6ff6c4e1-1e67-3ffb-80d8-359e2d9c2ca4",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Dig Me Out",
    "release_id": "d3bca172-fa17-4f55-8011-0a2851e59d19",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-04-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sleater-Kinney has a new album coming out called The Center Won’t Hold on August 16th on Mom+Pop Records! https://pitchfork.com/news/sleater-kinney-announce-st-vincent-produced-album-the-center-wont-hold-share-new-song-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}