Information about plays

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

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

{
    "id": 344780,
    "uri": "https://api.kexp.org/v2/plays/344780/?format=api",
    "airdate": "2019-06-22T16:26:03-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "http://coverartarchive.org/release/311fcb7a-40c4-455e-bc60-61011caf9e08/23125615532-250.jpg",
    "thumbnail_uri": "",
    "song": "Brothers and Sisters",
    "track_id": "ca10d164-9ac1-4ac7-86eb-f29f6f8a15f3",
    "recording_id": null,
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "We Get By",
    "release_id": "311fcb7a-40c4-455e-bc60-61011caf9e08",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mavis Staples will be at Marymoor Park on Aug 17:  marymoorconcerts.com. Rolling Stone says \"From the charging electric blues of “Change” to the modern soul protest of “Brothers and Sisters,” Staples further refines the type of socially conscious artistry she rediscovered on 2017’s If All I Was Was Black, in the wake of horrors like Charlottesville and Trump’s child-separation policy\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}