Information about plays

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

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

{
    "id": 356831,
    "uri": "https://api.kexp.org/v2/plays/356831/?format=api",
    "airdate": "2019-07-20T10:42:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Jane Macgizmo",
    "artist_ids": [
        "33c6ce82-5b26-45a2-bf48-3ceb1c51282a"
    ],
    "album": "One Away",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a previous life, she was photographer, graphic designer and video editor, operating her own full service studio in Mandeville. She now parlays those skills into the development of her own brand as hybrid jazz and neo-soul artiste with a uniquely regional perspective. The multi hyphenate creative better known as Jane MacGizmo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}