Information about plays

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

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

{
    "id": 349039,
    "uri": "https://api.kexp.org/v2/plays/349039/?format=api",
    "airdate": "2019-07-02T13:06:49-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-250.jpg",
    "thumbnail_uri": "",
    "song": "Weary",
    "track_id": "e7a04ebf-4d77-4010-af2d-bbf9ab04bd32",
    "recording_id": null,
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "A Seat at the Table",
    "release_id": "3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb",
    "release_group_id": null,
    "labels": [
        "Saint Records"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a conversation with Solange about the great \"A Seat at the Table\":  https://saintheron.com/a-seat-with-us-a-conversation-between-solange-knowles-mrs-tina-lawson-judnick-mayard/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}