Information about plays

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

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

{
    "id": 352317,
    "uri": "https://api.kexp.org/v2/plays/352317/?format=api",
    "airdate": "2019-07-09T22:34:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sampaguita",
    "track_id": "0f80fd42-22ce-4714-b90b-63b962c5ab2a",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "Ultra",
    "release_id": "2eebdb83-011b-4c9b-877d-53a2cf763ce7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "NAVVI is playing KEXP and Seattle Center Concerts at the Mural on Fri, Aug 23rd w/ Helado Negro and ARCHIE.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}