Information about plays

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

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

{
    "id": 375938,
    "uri": "https://api.kexp.org/v2/plays/375938/?format=api",
    "airdate": "2019-09-03T08:58:00-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seattle Special Olympics",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Rogers",
    "artist_ids": [
        "c76eb2f8-1446-44fa-a4d1-064bbd2a706d"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super special recording from Mr. Rogers! Here's Mr. Rogers' 2002 commencement address that includes this story that reminds us of what's important, \"deep down\": https://news.dartmouth.edu/news/2018/03/revisiting-fred-rogers-2002-commencement-address",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}