Information about plays

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

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

{
    "id": 379850,
    "uri": "https://api.kexp.org/v2/plays/379850/?format=api",
    "airdate": "2019-09-12T04:48:48-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Love Will Find You in the End",
    "track_id": null,
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [],
    "album": "1990",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shimmy Disc"
    ],
    "label_ids": [
        "33873f77-e4a8-4e7c-b689-4932bc0845ee"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP - https://www.kexp.org/read/2019/9/11/rip-daniel-johnston/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}