Information about plays

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

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

{
    "id": 375988,
    "uri": "https://api.kexp.org/v2/plays/375988/?format=api",
    "airdate": "2019-09-03T12:00:14-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rodeo",
    "track_id": "b31e3186-c628-41c4-abf5-c528b78b426c",
    "recording_id": null,
    "artist": "Lisa Prank",
    "artist_ids": [
        "960d5da9-2ab3-4c2d-82ac-521caa990f59"
    ],
    "album": "Perfect Love Song",
    "release_id": "2dc525c3-ead2-41d6-bc6d-8f2cddb9015d",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lisa Prank will perform at the Seattle Music Heritage Show at Husky Stadium this Saturday, September 7th, as part of the UW-Cal football game.  You can purchase \"Perfect Love Song\" at Lisa Prank's Bandcamp page: https://lisaprank.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}