Information about plays

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

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

{
    "id": 370806,
    "uri": "https://api.kexp.org/v2/plays/370806/?format=api",
    "airdate": "2019-08-22T11:16:50-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/e417f3b5-397f-3fd1-a8c1-e9fed568372c/3427815496-250.jpg",
    "thumbnail_uri": "",
    "song": "Sexy Boy",
    "track_id": "65802e4b-359a-37d8-b1e6-e24dd02d0a84",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Moon Safari",
    "release_id": "e417f3b5-397f-3fd1-a8c1-e9fed568372c",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2008-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video, directed by Mike Mills, shows the members of Air in New York City. They see a toy monkey on the street and immediately enter a fantasy in which the monkey is a giant and flies off to the Moon. Meanwhile, the members of Air are still in New York and other people see them playing with the toy monkey around the United Nations headquarters and in Central Park. The fantasy scenes are shown in colorful animation and the scenes in real life are shot in black-and-white live action. https://www.youtube.com/watch?v=wouKI_myXxk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}