Information about plays

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

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

{
    "id": 350568,
    "uri": "https://api.kexp.org/v2/plays/350568/?format=api",
    "airdate": "2019-07-05T19:34:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Out and Get It",
    "track_id": "2831e3e4-d4fe-46c6-ae1a-cf648cf67fe7",
    "recording_id": null,
    "artist": "Devon Gilfillian",
    "artist_ids": [
        "f6ba4045-5058-4a22-b509-adaf3541b7e6"
    ],
    "album": "Get Out and Get It",
    "release_id": "bfe7d9e7-d007-440b-95c8-e555062e84f9",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "2019-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track from just this year! Devon will be at Chateau Ste. Michelle with Chaka Kahn on July 25, 2019. https://www.devongilfillian.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}