Information about plays

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

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

{
    "id": 355434,
    "uri": "https://api.kexp.org/v2/plays/355434/?format=api",
    "airdate": "2019-07-17T04:06:07-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "http://coverartarchive.org/release/57c26a15-57e1-468b-9a07-e2d7eed1e4ae/23570621606-250.jpg",
    "thumbnail_uri": "",
    "song": "Dirty Jacket",
    "track_id": "84488101-e8f1-44b6-991e-76fba01581eb",
    "recording_id": null,
    "artist": "Gauche",
    "artist_ids": [
        "67693c16-984b-4fd2-b06e-faf489f61fde"
    ],
    "album": "A People's History of Gauche",
    "release_id": "57c26a15-57e1-468b-9a07-e2d7eed1e4ae",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Monday, August 12th at Barboza! - https://g-a-u-c-h-e.bandcamp.com/album/a-peoples-history-of-gauche",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}