Information about plays

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

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

{
    "id": 368751,
    "uri": "https://api.kexp.org/v2/plays/368751/?format=api",
    "airdate": "2019-08-17T16:42:15-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "http://coverartarchive.org/release/58173200-3e0a-47c7-b5c0-a6af53880506/10364552769-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Vigilantes",
    "track_id": "526c84e5-c59a-3fbe-af99-93fd33d94cbd",
    "recording_id": null,
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Around the Well",
    "release_id": "58173200-3e0a-47c7-b5c0-a6af53880506",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Order cover by Iron & Wine. <br> </br>Iron & Wine is on tour and will be playing THING festival next weekend. Info here: https://thingnw.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}