Information about plays

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

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

{
    "id": 352359,
    "uri": "https://api.kexp.org/v2/plays/352359/?format=api",
    "airdate": "2019-07-10T00:46:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Out",
    "track_id": "eccacab4-a127-463a-a289-b22c77e79d08",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [],
    "album": "Let Me Out",
    "release_id": "42ea60e1-6160-46d4-a333-7268f94778dc",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "2017-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "featuring Mavis Staples, who turns 80 years old today. Happy birthday, Mavis! She plays the Chomp festival (a celebration of local food and sustainable living) on Sat, Aug 17th @ Marymoor Park. She also plays Thu, Jan 16, 2020, at the Edmonds Center for the Arts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}