Information about plays

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

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

{
    "id": 345451,
    "uri": "https://api.kexp.org/v2/plays/345451/?format=api",
    "airdate": "2019-06-24T06:43:40-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/38c7af19-3f10-46f7-8a85-3c9801893593/22703954220-250.jpg",
    "thumbnail_uri": "",
    "song": "Everyday",
    "track_id": "4b51f554-23b8-4a2c-b0e1-bd4829c4d003",
    "recording_id": null,
    "artist": "Weyes Blood",
    "artist_ids": [
        "469d6414-1f06-43de-80d5-17762d4a356a"
    ],
    "album": "Titanic Rising",
    "release_id": "38c7af19-3f10-46f7-8a85-3c9801893593",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weyes Blood will be performing as part of one of the upcoming Concerts At The Mural on august 16th with Versing and  Whitney Ballen! More info on these and other KEXP events at https://www.kexp.org/events/kexp-events/2019/8/16/?t=1561383904020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}