Information about plays

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

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

{
    "id": 350545,
    "uri": "https://api.kexp.org/v2/plays/350545/?format=api",
    "airdate": "2019-07-05T18:11:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Excursions",
    "track_id": "14e3000d-329a-37d7-b867-0eaafb328a5d",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Low End Theory",
    "release_id": "e405a0f0-50e4-4121-83f5-5aa8596b87a4",
    "release_group_id": null,
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song outlining the connection between hip hop and be-bop jazz. Sampling Art Blakely.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}