Information about plays

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

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

{
    "id": 370220,
    "uri": "https://api.kexp.org/v2/plays/370220/?format=api",
    "airdate": "2019-08-21T02:38:54-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zero Dark Thirty",
    "track_id": "30236202-c054-4c16-a980-25cfbc2448ff",
    "recording_id": null,
    "artist": "Aesop Rock",
    "artist_ids": [
        "aba64937-3334-4c65-90a1-4e6b9d4d7ada"
    ],
    "album": "Skelethon",
    "release_id": "86c90852-8e4e-4b36-bd02-793f87c1263a",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2012-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ian Matthias Bavitz, better known by his stage name Aesop Rock is a hip hop recording artist and producer residing in Portland, Oregon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}