Information about plays

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

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

{
    "id": 347827,
    "uri": "https://api.kexp.org/v2/plays/347827/?format=api",
    "airdate": "2019-06-29T12:20:28-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b2645ef-96fa-4330-9ef8-09777d7aec8f/20374430454-250.jpg",
    "thumbnail_uri": "",
    "song": "Heat Wave",
    "track_id": "2d52781e-28b4-45ec-9f4c-790e5a2e9dfa",
    "recording_id": null,
    "artist": "Snail Mail",
    "artist_ids": [
        "86cd4d38-857c-42bd-a5da-9acedcab1e01"
    ],
    "album": "Lush",
    "release_id": "05ea6699-1c57-49b7-a6f7-bb361982f4d7",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Morgan had the pleasure of interviewing Snail MAil during their in-studio performance a year ago. Be sure to get you tickets to the Thing Festival and see Snail Mail performing. Just for your viewing pleasure, here is the KEXP recording from last year. https://www.youtube.com/watch?v=8DEFQ5hVnpU.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}