Information about plays

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

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

{
    "id": 349106,
    "uri": "https://api.kexp.org/v2/plays/349106/?format=api",
    "airdate": "2019-07-02T15:51:38-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/59ff8aaf-2ad1-4b1d-9e2a-771f1d154a33/21498444470-250.jpg",
    "thumbnail_uri": "",
    "song": "I Don’t Wanna Go There",
    "track_id": "6866a1f4-e0d2-3166-bd1f-4f3a6db843e6",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Farm",
    "release_id": "59ff8aaf-2ad1-4b1d-9e2a-771f1d154a33",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2009-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Farm debuted at #29 on the Billboard 200. It has gone on to sell over 51,000 copies in US. In 2012 it was awarded a double silver certification from the Independent Music Companies Association, which indicated sales of at least 40,000 copies throughout Europe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}