Information about plays

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

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

{
    "id": 350967,
    "uri": "https://api.kexp.org/v2/plays/350967/?format=api",
    "airdate": "2019-07-06T19:00:10-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Errbody Up",
    "track_id": "f38204e4-694f-40a2-bb1e-ea3fb00d2647",
    "recording_id": null,
    "artist": "shakiah",
    "artist_ids": [
        "5a6d80a8-ef8d-4136-8994-a11e2eab8a36"
    ],
    "album": "Bait",
    "release_id": "1547a857-390f-44c2-b465-79a8cc1f3506",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shakiah will also be playing at the Othello Block Party on Saturday, July 27th.  More information here: https://bit.ly/2L6Cphi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}