Information about plays

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

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

{
    "id": 351741,
    "uri": "https://api.kexp.org/v2/plays/351741/?format=api",
    "airdate": "2019-07-08T14:47:33-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Licensed to Drive",
    "track_id": "b009f500-4b69-4c63-8ac6-d46e7d567f8a",
    "recording_id": null,
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "Destroyer",
    "release_id": "e32d7379-aebd-4e46-b176-738bd9875eb0",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Crocodile on Sept 12th with L.A. Witch in Seattle! ROCK N ROLL Y'ALL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}