Information about plays

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

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

{
    "id": 352586,
    "uri": "https://api.kexp.org/v2/plays/352586/?format=api",
    "airdate": "2019-07-10T13:30:14-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brown Eyed Girl",
    "track_id": "cfcabd77-d60f-4c76-b22a-6adc664ccfa2",
    "recording_id": null,
    "artist": "Crop Circles",
    "artist_ids": [
        "ad5735dd-78f0-4dd4-ad29-29636dbceac2"
    ],
    "album": "Big Choice: It's Clobberin' Time / Buffalo Nickel",
    "release_id": "48e966f4-4899-4e64-b267-8f869d8228f2",
    "release_group_id": null,
    "labels": [
        "Bands We Like"
    ],
    "label_ids": [
        "59fd7610-70cb-470a-8aff-900329028834"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}