Information about plays

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

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

{
    "id": 347916,
    "uri": "https://api.kexp.org/v2/plays/347916/?format=api",
    "airdate": "2019-06-29T18:02:13-07:00",
    "show": 5797,
    "show_uri": "https://api.kexp.org/v2/shows/5797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder Creek",
    "track_id": "937bb23c-4fea-4261-8f0b-447aaec50eb6",
    "recording_id": null,
    "artist": "Brett Benton",
    "artist_ids": [
        "c05abf11-9a85-4eb5-8395-e61b6d4bdf00"
    ],
    "album": "You Got to Pray",
    "release_id": "e5e9207d-aa13-44d6-aacf-7f35dc22fb40",
    "release_group_id": null,
    "labels": [
        "Knick Knack Records"
    ],
    "label_ids": [
        "ec1a9cc3-8796-4e93-a131-af38ccb5d5ed"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}