Information about plays

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

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

{
    "id": 372862,
    "uri": "https://api.kexp.org/v2/plays/372862/?format=api",
    "airdate": "2019-08-27T06:25:29-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/25322466-a29b-417b-b560-399687b91ddd/21025617038-250.jpg",
    "thumbnail_uri": "",
    "song": "England",
    "track_id": "02200358-a14a-32b1-8286-cacc616dd0a1",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "High Violet",
    "release_id": "25322466-a29b-417b-b560-399687b91ddd",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The National are playing at Marymoor Park on Thursday!  That show and Friday's in Portland are sold out but if you fancy a trip to Vancouver BC you can see them tomorrow night:  https://bit.ly/2vHg5AU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}