Information about plays

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

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

{
    "id": 349083,
    "uri": "https://api.kexp.org/v2/plays/349083/?format=api",
    "airdate": "2019-07-02T15:02:27-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b07252c-5d79-45f7-a66c-a54a9d829770/2039685844-250.jpg",
    "thumbnail_uri": "",
    "song": "In This House That I Call Home",
    "track_id": "418a206b-b471-33d1-bbc1-28e5de3cecc2",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Wild Gift",
    "release_id": "4b07252c-5d79-45f7-a66c-a54a9d829770",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wild Gift is the second studio album by X, released in March 1981 by Slash Records. It was very well received critically, and was voted No. 2 for the year in The Village Voice Pazz & Jop Critics Poll. In 2003, the album was ranked No. 333 on Rolling Stone magazine's list of the 500 greatest albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}