Information about plays

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

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

{
    "id": 380917,
    "uri": "https://api.kexp.org/v2/plays/380917/?format=api",
    "airdate": "2019-09-14T20:33:14-07:00",
    "show": 6340,
    "show_uri": "https://api.kexp.org/v2/shows/6340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marshmallow Man",
    "track_id": "5a30c4f5-355b-425c-8aa3-f9c9bd800eb3",
    "recording_id": null,
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Caldera",
    "release_id": "e80a722d-3bd0-4eef-a5ff-70fb01d3b698",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}