Information about plays

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

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

{
    "id": 379877,
    "uri": "https://api.kexp.org/v2/plays/379877/?format=api",
    "airdate": "2019-09-12T06:02:03-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devil Town",
    "track_id": "bdcb3805-9072-4cc2-b1e9-2b024f56b33d",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "1990",
    "release_id": "feb1dedf-b60c-49f4-be5a-f3c24f4f5bf1",
    "release_group_id": null,
    "labels": [
        "Shimmy Disc"
    ],
    "label_ids": [],
    "release_date": "1990-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We were sad to hear about the passing of Daniel Johnston yesterday, so we are starting off today commemorating his life and music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}