Information about plays

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

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

{
    "id": 348957,
    "uri": "https://api.kexp.org/v2/plays/348957/?format=api",
    "airdate": "2019-07-02T08:02:32-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd392436-fcce-4fa9-ae5b-23620a7f9904/2806507659-250.jpg",
    "thumbnail_uri": "",
    "song": "Year of the Tiger",
    "track_id": "aaac922c-df7e-360a-8f56-342c0d697750",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Strange Mercy",
    "release_id": "bd392436-fcce-4fa9-ae5b-23620a7f9904",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Annie Clarke says of the album, \"I read about Nick Cave's approach to songwriting and how you just have to approach it like a day job: put on a suit and trousers in aspects of it, and get to work. I figured that, in order to do that, I needed to go to a place where I wouldn't be distracted by friends or fun or anything like that. I just wanted to be alone in a little bit of isolation. So I went out to Seattle for a month and rented a studio from my friends in Death Cab for Cutie and just worked there twelve hours a day.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}