Information about plays

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

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

{
    "id": 366043,
    "uri": "https://api.kexp.org/v2/plays/366043/?format=api",
    "airdate": "2019-08-11T15:32:33-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Seem to Make You Mine",
    "track_id": "586f8569-649e-4eb4-930f-3db16d47353a",
    "recording_id": null,
    "artist": "The Seeds",
    "artist_ids": [
        "f706bac1-a02a-4569-9164-9f3371e6fa74"
    ],
    "album": "The Seeds",
    "release_id": "4f3a4916-de27-4d25-964b-6b692d0cdb99",
    "release_group_id": null,
    "labels": [
        "GNP Crescendo"
    ],
    "label_ids": [
        "bc0a353e-1f62-4f55-a2e1-d4bec38974f4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "60's California Psych band - Keyboardist Daryl Hooper was a major factor in the Seeds' sound; the band was one of the first to utilize keyboard bass.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}